{% extends "base.html" %} {% load i18n material_form %} {% block extrahead %} {{ wizard.form.media }} {% endblock %} {% block content %}
{% csrf_token %}
Step {{ wizard.steps.step1 }} of {{ wizard.steps.count }} {{ wizard.management_form }} {% if wizard.form.forms %} {{ wizard.form.management_form }} {% for form in wizard.form.forms %} {% form %}{% endform %} {% endfor %} {% else %} {% form form=wizard.form %}{% endform %} {% endif %}
{% if wizard.steps.prev %} {% endif %}
{% endblock %}