Bienvenue dans le Portail Parent

{% 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 %} {% if homepage_data.is_update_parent_available %}
Modifier mes données parentales
{% endif %}
{% for child in homepage_data.children %}

{{ child.name }}

{{ child.birthdate }}

{% if child.invoiceable_parent_id %}
{% for form in child.forms %} {{ form.title }} {% empty %}

Aucune démarche disponible.

{% endfor %}
{% if homepage_data.is_update_child_available %} {% endif %} {% else %}

Vous n'êtes pas parent facturable.

{% if homepage_data.is_become_invoiceable_available %} Devenir facturable {% endif %} {% endif %}
{% 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 %}