{% block flashMessages %} {% for flashMessage in app.session.flashbag.get('message') %}
{% endfor %} {% endblock %}
{% for booking in bookings %} {% set totalPriceBookings = totalPriceBookings + booking.totalPrice %} {% endfor %} {% if bookings|length == 0 %} {% endif %}
Nombre Email Teléfono Referencia Hora reserva Llegada Salida Total
{{ booking.name }} {{ booking.surname }} {{ booking.email }} {{ booking.phone }} {{ booking.reference }} {{ booking.dateStamp|date('d/m/Y - H:i:s') }} {{ booking.arrival|date('d/m/Y') }} {{ booking.departure|date('d/m/Y') }} {{ booking.totalPrice }} €
No se han encontrado registros.