{% extends 'base.html.twig' %} {% block body %}
{% include "./layouts/message_flash.html.twig" %} {% include "./groupe/partials/informations.html.twig" %} {% for hotel in hotels %}
{% include 'groupe/partials/hotel.html.twig' with { hotel: hotel } %}
{% endfor %}
{% endblock %}