ID: {{ job.id }}
{% trans "Created date" %}: {{ job.created }} {{ job.created|timesince }} ago
|
{{ job.user }}
|
{{ job.transition.name }} |
{% if for_many_objects %}
{{ job.obj }} |
{% endif %}
{{ job | choice_str:"status" }}
|
{% for action in job.transition_job_actions.all %}
| {{ action | choice_str:"status" }} |
{{ action.action_name }} |
{{ action.created }} |
{% endfor %}
|
{% history_for_object job object as history_items %}
{% for value in history_items %}
{{ value.0 }}: {{ value.1 }}
{% endfor %}
|
{% if show_kill %}
{% endif %}
|
{% endfor %}