{% extends 'base.html.twig' %} {% block title %}Reservations index{% endblock %} {% block stylesheets %} {% endblock %} {% block body %}
Id | DateHeure | Nb_de_prsn | actions |
---|---|---|---|
{{ reservation.id }} | {{ reservation.DateHeure ? reservation.DateHeure|date('Y-m-d H:i:s') : '' }} | {{ reservation.NbDePrsn }} | edit |
no records found |