{% extends 'base.html.twig' %} {% block title %}BookingTable index{% endblock %} {% block body %}
Id | DataPrenotazione | OraPrenotazione | NumeroPersone | NomeCognome | Phone | NotePrenotazione | actions | |
---|---|---|---|---|---|---|---|---|
{{ booking_table.id }} | {{ booking_table.dataPrenotazione ? booking_table.dataPrenotazione|date('Y-m-d') : '' }} | {{ booking_table.oraPrenotazione ? booking_table.oraPrenotazione|date('H:i:s') : '' }} | {{ booking_table.numeroPersone }} | {{ booking_table.nomeCognome }} | {{ booking_table.email }} | {{ booking_table.phone }} | {{ booking_table.notePrenotazione }} | show edit |
no records found |