{% extends 'base.html.twig' %} {% block title %}BookingTable index{% endblock %} {% block body %}

BookingTable index

{% for booking_table in booking_tables %} {% else %} {% endfor %}
Id DataPrenotazione OraPrenotazione NumeroPersone NomeCognome Email 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
Create new {% endblock %}