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

Enfants

{% for child in json.data %} {% if is_portal_agent %}

{{ child.firstname|title }} {{ child.lastname|upper }}

{% else %}

{{ child.firstname|title }} {{ child.lastname|upper }}

{% endif %} {% endfor %} {% if not is_portal_agent %}

Ajouter un enfant

{% endif %} {% endif %}