{% extends "base.html" %} {% load i18n %} {% block header_extra %} {% if state != "FAILURE" and state != "SUCCESS" %} {% endif %} {% endblock %} {% block content %}
| {% trans "State" %} | {{ state }} |
|---|---|
| {% trans "Progress" %} | {{ progress_statement }} |
{{ traceback }}
{% endif %}
{% endblock %}