{% extends 'base.html.twig' %} {% block body %}
{% include "./layouts/message_flash.html.twig" %}
{% include "./contact/partials/informations.html.twig" %}
{% if contact.hotels|length > 0 %}
{% include "./contact/partials/hotels.html.twig" %}
{% endif %}
{% endblock %}