{% extends 'generic/object.html' %} {% load buttons %} {% load helpers %} {% load perms %} {% load static %} {% load scriptmanager %} {% block control-buttons %}
| Script | {{ object.script_instance.name }} |
|---|---|
| Description | {{ object.script_instance.description|markdown }} |
| Task ID | {{ object.task_id }} |
| User | {{ object.user }} |
| Task Queue | {{ object.task_queue }} |
| Scheduled | {{ object.scheduled }} |
| Interval | {{ object.interval }} |
| Status | {% badge object.get_status_display bg_color=object.get_status_color %} |
|---|---|
| Created | {{ object.created|isodatetime }} |
| Started | {{ object.started|isodatetime }} |
| Completed | {{ object.completed|isodatetime }} |
| Duration | {{ object.duration }} |