Convention

{% if hotel.getHotelFilesByType('CONVENTION')|length > 0 %} Remplacer {% else %} Ajouter {% endif %}
{% if hotel.getHotelFilesByType('CONVENTION')|length > 0 %} {% for file in hotel.getHotelFilesByType('CONVENTION') %}

{{ file.name }}

Supprimer {% endfor %} {% else %}

Aucune convention

{% endif %}
{% block modals %} {% include "./hotel/client/modals/convention.html.twig" %} {% endblock %}