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

Reservations index

{% for reservation in reservations %} {% else %} {% endfor %}
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
Create new {% endblock %}