{% load compress %} {% load i18n %} {% load static %} {{ settings.PRETIX_INSTANCE_NAME }} {% compress css %} {% endcompress %} {% compress js %} {% endcompress %}

{% trans "We are processing your request …" %}

{% if percentage %}
{% if steps %}
    {% for step in steps %}
  1. {{ step.label }}
  2. {% endfor %}
{% endif %} {% endif %}

{% trans "If this takes longer than a few minutes, please contact us." %}