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

Handicap

{% with data=json.data.indicators %}

{% if data.MDPH.isActive %} Votre enfant a reçu une notification de la MDPH. {% else %} Pas d'handicap déclaré. {% endif %}

{% if data.AEEH.isActive %}

Vous recevez une allocation d'éducation de l'enfant handicapé (AEEH).

{% endif %} {% if data.AVS.isActive %}

Avec un suivi par un auxiliaire de vie scolaire (AVS).

{% endif %} {% if data.AVL.isActive %}

Avec un suivi par un auxiliaire de vie loisirs (AVL).

{% endif %} {% if data.ETABSPEC.isActive %}

Établissement spécialisé ({{ data.ETABSPEC.note|default:"Établissement non renseigné" }})

{% endif %} {% endwith %} {% include "./sante-bouton-modifier.html" with demarche="un handicap" %} {% endif %}