{% extends "procmail/base.html" %} {% load i18n %} {% block content %} {{ wizard.form.media }}

{% trans "Step" %} {{ wizard.steps.step1 }} {% trans "of" %} {{ wizard.steps.count }}



{% csrf_token %} {{ wizard.management_form }} {% include "procmail/form.html" with form=wizard.form %} {% if wizard.steps.prev %} {% endif %}
{% endblock %}