{% with child=json %}
Informations sur votre enfant
Date de naissance : {{ child.data.NAISSANCE|date }}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 %}
{% now "n" as current_month %} {% if current_month in "678" %}Inscriptions de l'an prochain{% endif %} Voir l'agenda