{% if existingReservations|length > 0 %} {% for calendar in existingReservations %} {% endfor %}
Date et heure Nombre de convive actions
{{ calendar.id }} {{ calendar.start ? calendar.start|date('d-m-Y H:i:s') : '' }} {{ calendar.numberOfGuests }} Voir Modifier
{% else %}

Aucune réservation trouvée.

{% endif %}