{% 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 %}