Photos complémentaires

{% if is_granted('ROLE_USER') %} Ajouter {% endif %} {% if comptage_eau.photosWithoutCompteur|length > 0 %} Télécharger {% endif %}
{% if comptage_eau.photosWithoutCompteur|length > 0 %} {% for photo in comptage_eau.photosWithoutCompteur %}

{{ photo.name }}

photo de l'hôtel
{% if is_granted('ROLE_USER') %} Supprimer {% endif %}
{% endfor %} {% else %}

Aucune Photos

{% endif %}
{% block modals %} {% include "./plan_comptage/modals/comptage_eau/photos.html.twig" %} {% endblock %}