{% load i18n transitions_tags %}
| {% trans "Job" %} | {% trans "User" %} | {% if for_many_objects %}{% trans "Object" %} | {% endif %}{% trans "Status" %} | {% trans "Transition actions" %} | {% if show_action %}{% trans "Actions" %} | {% endif %}
|---|---|---|---|---|---|
| {{ job.transition.name }} | {{ job.user }} | {% if for_many_objects %}{{ job.obj }} | {% endif %}{{ job | choice_str:"status" }} |
|
{% if show_action %}
{% endif %} |