{% load i18n %} {% partialdef progress %}
{% include "common/includes/loading_spinner.html" %}

{% if current and total %} {% blocktranslate trimmed with current=current total=total %} Processing {{ current }} of {{ total }}… {% endblocktranslate %} {% else %} {% translate "Processing" context "heading shown next to a loading spinner while an operation runs" %} … {% endif %}

{% if value %} {% endif %} {% if back_url %}

{% translate "Go back" %}

{% endif %}
{% endpartialdef %}