{% for contact in contacts %} {% else %} {% endfor %}
Nom Fonction Email Téléphone
{% if mecene.contact != contact %} {% include '@App/partials/components/badge_user.html.twig' with {user: contact, taille: 40, role: false, email: false, staff: null, societe: null, contact : false } %} {% else %} {% include '@App/partials/components/badge_user.html.twig' with {user: contact, taille: 40, role: false, email: false, staff: null, societe: null, contact : true} %} {% endif %} {{ contact.fonction }} {{ contact.email }} {{ contact.telephone }} {% if permissionAccess.can('MODIFIER_CONTACT') %} {% endif %} {% if mecene.contact != contact and permissionAccess.isManager() %} {% endif %} {% if permissionAccess.can('SUPPRIMER_CONTACT') %} {% endif %}
Aucun contact pour le moment.