Images (3 max)

{% if hotel.images|length >= 0 and hotel.images|length < 3 %} Ajouter {% endif %} {% if hotel.images|length > 0 %} Télécharger {% endif %}
{% if hotel.images|length > 0 %} {% for image in hotel.images %}

{{image.name}}

Image de l'hôtel
Supprimer
{% endfor %} {% else %}

Aucune image

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