Contacts

{% if not is_granted('ROLE_WIIFOR') %} Ajouter {% endif %}
{% if plan_comptage.getPlanComptageContacts|length > 0 %} {% if not is_granted('ROLE_WIIFOR') %} {% endif %} {% for planComptageContact in plan_comptage.getPlanComptageContacts() %} {% if not is_granted('ROLE_WIIFOR') %} {% endif %} {% endfor %}
Nom Prénom Fonction Rôle Email Téléphone fixe PortableActions
{{ planComptageContact.contact.nom }} {% if planComptageContact.contact.prenom %}{{ planComptageContact.contact.prenom }}{% else %}-----{% endif %} {% if planComptageContact.contact.fonction %}{{ planComptageContact.contact.fonction }}{% else %}-----{% endif %} {% if planComptageContact.role %}{{ roles[planComptageContact.role] }}{% else %}-----{% endif %} {% if planComptageContact.contact.email %}{{ planComptageContact.contact.email }}{% else %}-----{% endif %} {% if planComptageContact.contact.telephoneFix %}{{ planComptageContact.contact.telephoneFix }}{% else %}-----{% endif %} {% if planComptageContact.contact.telephonePortable %}{{ planComptageContact.contact.telephonePortable }}{% else %}-----{% endif %}
{% else %}

Aucun contact disponible

{% endif %}
{% block modals %} {% include "plan_comptage/modals/contact/contacts_exists.html.twig" %} {% include "plan_comptage/modals/contact/relier_contact.html.twig" %} {% include "plan_comptage/modals/contact/create.html.twig" %} {% include "plan_comptage/modals/contact/edit.html.twig" %} {% endblock %} {% block javascripts %} {{ encore_entry_script_tags('instru_contact_index') }} {% endblock %}