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

Informations

{% with data=json.data %}

Genre : {{ data.sexe_text }}

Date de naissance : {{ data.birth.dateBirth|date:"d/m/Y" }}

Lieu de naissance : {% if data.birth.countryCode_text or data.birth.communeCode_text %} {% firstof data.birth.countryCode_text data.birth.communeCode_text %} {% else %} Inconnu {% endif %}

{% endwith %} {% include "./enfant-bouton-modifier.html" with demarche="l'identité" %} {% endif %}