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

Naissance

{% with child=json.data %} {% if child.isBorn %} 👶 Naissance confirmée (le {{ child.birth.dateBirth|date:"d/m/Y" }}) {% else %} Confirmer la naissance 🤰 {% endif %} {% endwith %}

{% endif %}