{% if json.err != 0 %} {% include "./erreur.html" %} {% else %}

Coordonnees

{% with data=json.data %} {% if is_portal_agent or data.contact.phone %}

Téléphone : {{ data.contact.phone|phonenumber_fr:"."|default:"" }}

{% endif %} {% if is_portal_agent or data.contact.mobile %}

Portable : {{ data.contact.mobile|phonenumber_fr:"."|default:"" }}

{% endif %} {% if is_portal_agent or data.contact.mail %}

Courriel : {{ data.contact.mail|default:"" }}

{% endif %} {% include "./adulte-bouton-modifier.html" with demarche="mes coordonnées personnelles" %} {% endwith %} {% endif %}