{% for booking in bookings %} {% endfor %}
Date de reservation Date d'entre Date de sortie Nom client Telephone Actions
{{ booking.createDate ? booking.createDate|date('Y-m-d') : '' }} {{ booking.checkinDate ? booking.checkinDate|date('Y-m-d') : '' }} {{ booking.checkinOut ? booking.checkinOut|date('Y-m-d') : '' }} {{ booking.name }} {{ booking.phoneNumber }}