{% extends 'base.html.twig' %} {% block title %}Enquire for a table - If you want to visit us, do not hesitate to contact us or enquire through the form below. We will come back to you shortly with an answer.{% endblock %} {% block body %}
logo

Enquire for a table

If you want to visit us, do not hesitate to contact us or enquire through the form below. We will come back to you shortly with an answer.

{{ form_start(reservationForm) }}
{{ form_row(reservationForm.fullName) }}
{{ form_row(reservationForm.telephonNumber) }}
{{ form_row(reservationForm.email) }}
{{ form_row(reservationForm.persons) }} {# Add this right after #}
{{ form_row(reservationForm.date) }}
{{ form_row(reservationForm.time) }}
{{ form_row(reservationForm.details) }}
{{ form_row(reservationForm.honeypot) }}
{{ form_row(reservationForm.submit) }}
{{ form_end(reservationForm) }}
anchor
logo

Contact

The nearest public parking is "Parking du théâtre", it is 50m away from the restaurant.

In case of any queries, do not hesitate to contact us.

{# #}
{% endblock %}