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

User registration

{% if envoi %}Your registration message has been sent !{% endif %}
{% csrf_token %} {{ form.as_p }}
{% endblock %}