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

Assurance

{% with data=json.data %}

Compagnie :{{ data.insurance.company }}

Numéro de police : {{ data.insurance.contractNumber }}

Date de fin : {{ data.insurance.contractEnd|date:"d/m/Y" }}

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