{% extends "djust_admin/base.html" %} {% block breadcrumb_items %} / Progress {% endblock %} {% block content %}

{% if action_label %}{{ action_label }}{% else %}Running action{% endif %}

{% if error %}

Error

{{ error }}

{% endif %} {% if cancelled %}

Cancelled.

{% elif done %}

Done — processed {{ current }} of {{ total }} item(s).

{% endif %}
{{ current }} / {{ total }} {{ percent }}%
{% if message %}

{{ message }}

{% endif %}
{% if not done %} {% endif %} {% if done and redirect_url %} Back to list {% endif %}
{% if log_lines %}

Log

{% endif %}
{% endblock %}