Détails du matériel existant

{% if is_granted('ROLE_USER') %} Ajouter {% endif %}
{% for materiel in iot_existant.materiels %} {% else %} {% endfor %}
Type de materiel Désignation (marque / référence) Repère plan Photo Actions
{{ materiel.typeMateriel }} {{ materiel.designation }} {{ materiel.reperePlan }} {{ materiel.photoNum }}
{% if materiel.photos|length > 0 %} {% endif %} {% if is_granted('ROLE_USER') %} {% endif %}
Aucun matériel renseigné
{% block modals %} {% include "./plan_comptage/modals/iot_existant/materiel/create.html.twig" %} {% include "./plan_comptage/modals/iot_existant/materiel/edit.html.twig" %} {% endblock %} {% block javascripts %} {{ encore_entry_script_tags('instru_elec_index') }} {% endblock %}