{% load static %}

Mes ENFANTS

{% if json.aes_id %} {% if not homepage_data %}
Un problème est survenu. Veuillez réessayer plus tard.
json.aes_id = {{ json.aes_id }}
homepage_data = {{ homepage_data|default:"(vide)" }}
{% else %}
{% for child in homepage_data.children %}

{{ child.name }}

{{ child.age }} ans

{% if not child.invoiceable_parent_id %}

Vous n'êtes pas parent facturable.

{% endif %}
{% for form in child.forms %} {% if form.slug == "pp-fiche-sante" %} {% if form.status == "valid" %} {% else %} {% endif %} {{ form.title }} {% endif %} {% endfor %}
Inscriptions
{% endfor %}
Enregistrer un enfant {% if homepage_data.has_plain_registrations %} Finaliser les inscriptions {% endif %}
{% endif %} {% else %}

Vous n'êtes pas encore enregistré. Merci de compléter votre inscription.

M’inscrire
{% endif %}