{% extends "layout-unfold1.html" %} {% load i18n %} {% load crispy_forms_tags %} {% block head %} {{ wizard.form.media }} {% endblock %} {% block unfold_main %}

User registration

{% csrf_token %} {% if wizard.form.forms %} {{ wizard.management_form }} {% for form in wizard.form.forms %} {% crispy form form.helper %} {% endfor %} {% else %} {{ wizard.management_form }} {% crispy wizard.form %} {% endif %}
{% if wizard.steps.prev %} {% endif %}
{% if wizard.steps.prev %} {% endif %}
Step {{ wizard.steps.step1 }} of {{ wizard.steps.count }}
{% endblock %}