| {{ 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 %} |
{% if not is_granted('ROLE_WIIFOR') %}
|
{% endif %}
{% endfor %}