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

Informations

{% with data=json.data %}

Qualité : {{ data.quality_text|title }}

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

{% include "./adulte-bouton-modifier.html" with demarche="mon identité" %} {% endwith %} {% endif %}