{# -*- mode: jinja-html -*- #}
Nom : {{ contact.nom }}
Prénom : {{ contact.prenom }}
{% if contact.telephone %} Téléphone : {{ contact.telephone }}
{% endif %} {% if contact.mail %} Mail : {{ contact.mail }}
{% endif %} {% if contact.poste %} Poste : {{ contact.poste }}
{% endif %} {% if contact.service %} Service : {{ contact.service }}
{% endif %}
{% if current_user.has_permission(current_user.Permission.RelationsEntreprisesChange, None) %}
Modifier contact Supprimer contact
{% endif %}