{% load i18n transitions_tags %} {% for job in jobs %} 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 %} {% endfor %}
{{ action | choice_str:"status" }} {{ action.action_name }} {{ action.created }}
{% history_for_object job object as history_items %} {% for value in history_items %} {{ value.0 }}: {{ value.1 }}
{% endfor %} {% if show_kill %} {% endif %} {% endfor %}