{% with child=json %}

{{ child.data.text }}

Informations sur votre enfant

Date de naissance : {{ child.data.NAISSANCE|date }}
Genre : {% if child.data.SEXE == 'F' %}Féminin{% else %}Masculin{% endif %}
{% if schooling.data.SCOLAIRE %} Ecole : {{ schooling.data.SCOLAIRE.LIBELLEECOLE }}
Classe : {{ schooling.data.SCOLAIRE.IDENTNIVEAU }}

Modifier une donnée de santé

{% endif %}

Les inscriptions en cours

{% for activity in activities.data.ACTIVITE %}

{{ activity.LIBELLEACTIVITE }}
{% if activity.ENTREE and activity.SORTIE%} Du {{ activity.ENTREE|date:"d/m/Y" }} au {{ activity.SORTIE|date:"d/m/Y" }} {% elif activity.ENTREE %} A partir du {{ activity.ENTREE|date:"d/m/Y" }} {% elif activity.SORTIE %} Jusqu'au {{ activity.SORTIE|date:"d/m/Y" }} {% endif %}

{% endfor %}

{% now "n" as current_month %} {% if current_month in "678" %}Inscriptions de l'an prochain{% endif %} Voir l'agenda

{% endwith %}