Photos complémentaires

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

{{ 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/qualite_air/photos.html.twig" %} {% endblock %}