{% extends BASE_TEMPLATE %} {% load i18n transitions_tags %} {% block bodyclass %}current-transitions{% endblock %} {% block extrahead %} {{ block.super }} {% if are_jobs_running %} {% endif %} {% endblock %} {% block view_content %}
| {% trans "Basic info" %} | {% trans "Author" %} | {% trans "Transition" %} | {% if for_many_objects %}{% trans "Object" %} | {% endif %}{% trans "Status" %} | {% trans "Transition actions" %} | {% trans "Data" %} | {% trans "Actions" %} |
|---|---|---|---|---|---|---|---|
| {% trans "Current transition" %} | |||||||
| {% trans "Nothing to do." %} | |||||||
| {% trans "Finished transitions" %} | |||||||
| {% trans "Nothing to display" %} | |||||||