{% extends 'base.html.twig' %} {% block title %}New Reservation{% endblock %} {% block body %}

Réserver une table

{{ include('reservation/_form.html.twig') }} {% if is_granted('ROLE_ADMIN') %} back to list {% endif %}
{% endblock %}