{% extends "base.html" %} {% load i18n %} {% load range %} {% block content %}

{{wizard_label}}

{% csrf_token %}
{% csrf_token %}
{% block "warning_informations" %}{% endblock %}

{%if confirm_msg %}{{confirm_msg|safe}}{%else%}{% trans "You have entered the following informations:" %}{%endif%}

{% for form_label, form_data in datas %} {% for label, data, cls in form_data %} {% endfor %}
{{form_label}}
{{label}}{{data}}
{% endfor %} {{wizard.management_form}} {%if not wizard.form.is_hidden %} {{ wizard.form.as_table }}
{%endif%} {{ previous_fields|safe }} {% if extra_form %} {{ extra_form }}
{% endif %} {% block "extra_informations" %}{% endblock %} {% block "footer" %} {% endblock %}
{% endblock %}