{% if json.err != 0 %}
{% include "./erreur.html" %}
{% else %}
{% if is_portal_agent %}
Quotient familial
Le Quotient Familial (QF) :
{% else %}
Quotient Familial
Si vous fréquentez les crèches ou les accueils de loisirs
Votre Quotient Familial (QF)
{% endif %}
{% include "./revenu.html" with revenu=json.data.0.quotients.3.0 rl1_num=json.data.0.num demarche="mon Quotient Familial" %}
{% endif %}