{% 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 %}
{% if for_many_objects %} {% endif %} {% if jobs_in_progress %} {% include "transitions/_transition_jobs_table_body.html" with jobs=jobs_in_progress show_kill=True %} {% else %} {% endif %} {# TODO: add pagination etc #} {% if jobs_ended %} {% include "transitions/_transition_jobs_table_body.html" with jobs=jobs_ended %} {% else %} {% endif %}
{% trans "Basic info" %} {% trans "Author" %} {% trans "Transition" %}{% trans "Object" %}{% trans "Status" %} {% trans "Transition actions" %} {% trans "Data" %} {% trans "Actions" %}
{% trans "Current transition" %}
{% trans "Nothing to do." %}
{% trans "Finished transitions" %}
{% trans "Nothing to display" %}
{% endblock %}