Détails tableaux

{% if is_granted('ROLE_USER') %} Ajouter {% endif %}
{% if plan_comptage_electrique and plan_comptage_electrique.tableauElectriques|length != 0 %} {% for tab in plan_comptage_electrique.tableauElectriques %} {% else %} {% endfor %}
Tableau Empl. Désignation Repère plan Photo Actions
{{ tab.nom }} {{ tab.emplacements }} {{ tab.designation }} {{ tab.reperePlan }} {{ tab.photoNum }}
{% if tab.photos|length > 0 %} {% endif %} {% if is_granted('ROLE_USER') %} {% endif %}
Aucun tableau renseigné
{% else %}

Aucune donnée

{% endif %}
{% block modals %} {% include "./plan_comptage/modals/comptage_elec/tableaux/create.html.twig" %} {% include "./plan_comptage/modals/comptage_elec/tableaux/edit.html.twig" %} {% endblock %} {% block javascripts %} {{ encore_entry_script_tags('instru_elec_index') }} {% endblock %}