Participants

Vous n'êtes pas obligé de remplir les {{ nb_places }} participants

{% if errors.errors.hotel is defined %}

{{ errors.errors.hotel }}

{% endif %}
{% if errors.errors.participants_empty is defined %}

{{ errors.errors.participants_empty }}

{% endif %}
{% for i in 1..nb_places %}

Participant n°{{ i }}

{% if errors.errors.participant[i] is defined %}

{{ errors.errors.participant[i] }}

{% endif %}
{% if i <= nb_places - 1 %}
{% endif %} {% endfor %}