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

Informations famille

{% endif %}

Situation familiale : {{ data.situation_text|upper }}

{% if is_portal_agent or data.childList|length > 0 %}

Nombre d'enfants à charge : {{ data.nbChild }}

{% endif %} {% if not is_portal_agent %} {% endif %} {% endwith %} {% endif %}