{% extends "wcs/formdata_filling.html" %} {% block columns-top %} {% if arrival %} {% endif %} {% endblock %} {% block drafts-recall %}{% endblock %} {% block form-top %} {{ block.super }} {% endblock %} {% block form-side %}{% endblock %} {% block body %} {% include "wcs/includes/drafts-recall.html" %} {{ html_form.render_start|safe }}
{{ tracking_code_box|safe }} {{ steps|safe }}
{% if html_form.has_errors or html_form.global_error_messages %} {{ html_form.render_error_notice|safe }} {% endif %}
{% if page %}

Étape : {{ page.label }}

{% endif %} {% if html_form.has_required_widgets %}

Les champs indiqués par un astérisque (*) sont obligatoires.

{% endif %} {{ html_form.render_widgets|safe }}
{% if html_form.captcha %}{{ html_form.captcha.render|safe }}{% endif %} {{ block.super }}
{{ html_form.render_submit_widgets|safe }}
{{ html_form.render_finish|safe }} {% include "wcs/save-for-later-dialog.html" %} {% endblock %} {% block form-itself %} {% endblock %} {% block form-save-for-later-dialog %}{% endblock %}