{% extends "request_base.html" %} {% load url from future %} {% load crispy_forms_tags %} {% block extra_scripts %} {{ block.super }} {{ form.media }} {{ wizard.form.media }} {% endblock %} {% block content %} {% if messages %} {% for message in messages %} {{ message }}

{% endfor %} {% endif %}

Demande de reprographie

Étape {{ wizard.steps.step1 }} sur {{ wizard.steps.count }} : {{ wizard.form.display_name }}


* = champ obligatoire

{{ wizard.management_form }} {% crispy wizard.form %}
{% if "correction" in request.GET %} Annuler {% else %} {% if wizard.steps.prev %} {% endif %} {% endif %}
{% endblock %} {% block sidebar %} {% endblock %}