{% load static %} {{ form.media }} {% load i18n %} {% block content %}

Schritt {{ wizard.steps.step1 }} von {{ wizard.steps.count }}

{% csrf_token %} {{ wizard.management_form }} {% if wizard.form.forms %} {{ wizard.form.management_form }} {% for form in wizard.form.forms %} {{ form }} {% endfor %} {% else %} {{ wizard.form }} {% endif %}
{% if wizard.steps.prev %} {% endif %}

Für interessierte Hacker gibts auch den Sourcecode zum Formular und was damit passiert.

{% endblock %}