{% extends 'base.html.twig' %} {% block title %}Créer une Enquête - {{ template.title }}{% endblock %} {% block page_title %}Créer une Enquête{% endblock %} {% block body %}
{{ template.icon }}

{{ template.title }}

{{ template.description }}

Retour aux modèles

Configuration de l'enquête

Aperçu du modèle sélectionné

{{ template.sections|length }}
Section{{ template.sections|length > 1 ? 's' : '' }}
{{ template.allFields|length }}
Question{{ template.allFields|length > 1 ? 's' : '' }}
{{ template.requiredFields|length }}
Obligatoire{{ template.requiredFields|length > 1 ? 's' : '' }}
{% for section in template.sections %}

{{ section.title }}

{% if section.fields is defined %}

{{ section.fields|length }} question{{ section.fields|length > 1 ? 's' : '' }}

{% endif %}
{% endfor %}

Les participants rempliront cette enquête via le lien que vous générerez.

{% endblock %}