{% extends "new_request.html" %} {% load editor %} {% load crispy_forms_tags %} {% load url from future %} {% block extra_scripts %} {{ block.super }} {% endblock %} {% block content %}

Demande de reprographie

Étape finale : {{ wizard.form.display_name }}

{% editablecontent "_request_edit_validation_header" %} {% endeditablecontent %} {% if messages %} {% for message in messages %} {{ message }}

{% endfor %} {% endif %} {% for step, form, pprint_data, missings in all_forms %} {% if not forloop.last %}{# don't process last step == validation #}

Étape {{ forloop.counter }}. {{ form.display_name }}

    {% for d,v in pprint_data %} {% if v %}
  • {% if d %}{{ d }}: {% endif %}{{ v }}
  • {% endif %} {% endfor %}
{% if missings %}

Champs manquants: {{ missings|join:", " }}

{% endif %} {% endif %} {% endfor %} {% editablecontent "_request_edit_validation_footer" %} {% endeditablecontent %} {{ wizard.management_form }} {% crispy wizard.form %}
{% if wizard.steps.prev %} {% endif %}
{% for workflow in workflows %} {{ workflow.name }} {% endfor %}
{% endblock %}