Fiche contact
Référence : .....
Nom : {{nom}}
Prenom : {{prenom}}
Statut : {{statut}}
{{entreprise ? "Entreprise : "~entreprise : "Entreprise : aucune"}}
{% if adresses %}
Adressse(s) :
{% for a in adresses %}
-
{{ a.rue }}
{{ a.codePostal ? ", "~a.codePostal}}
{{a.ville ? ", "~a.ville}}
{{a.departement ? ", "~a.departement}}
{{a.region ? ", "~a.region}}
{{a.pays ? ", "~a.pays}}
{% endfor %}
{% endif %}
{% if telephones %}
Téléphone(s) :
{% for t in telephones %}
-
{{t.statut}} :
{{t.number}}
{{ t.observation ? ", "~t.observation }}
{% endfor %}
{% endif %}
{% if mails %}
Mail(s) :
{% for m in mails %}
-
{{m.statut}} :
{{m.email}}
{% endfor %}
{% endif %}
{% if historiques %}
Historique(s) :
{% for h in historiques %}
-
{{ h.historique }}
{% endfor %}
{% endif %}