{% extends 'base.html.twig' %} {% block body %}
{% include "./layouts/message_flash.html.twig" %}
{% include "./formation/hotel/reservation/partials/informations.html.twig" %}
{% include "./formation/hotel/reservation/partials/participants.html.twig" %}
{% endblock %} {% block modals %} {% endblock %} {% block javascripts %} {{ encore_entry_script_tags('hotel_reservation') }} {% endblock %}