{% for question in audit.questions %} {% if not question.deleted %}
{% if question.type == 'texte' %}
{% endif %} {% if question.type == 'nombre' %}
{% endif %} {% if question.type == 'ouinon' %}
{% endif %}
{{question.question}}
{{question.groupe.titre}}
{% if audit.statut == 'Brouillon' or audit.statut == 'RĂ©-ouvert' %}
{% endif %}
{% endif %} {% endfor %}