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

Informations complémentaires

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

Port de lunette : {% if data.LUNETTE.isActive %}Oui{% else %}Non{% endif %}

Appareil dentaire : {% if data.APPDENTAIRE.isActive %}Oui{% else %}Non{% endif %}

Port de lentilles : {% if data.LENTILLE.isActive %}Oui{% else %}Non{% endif %}

{% if data.AUTRE.isActive or is_portal_agent %}

Autre : {% if data.AUTRE.isActive %}{{data.AUTRE.note}}{% else %}Non{% endif %}

{% endif %} {% endwith %} {% include "./sante-bouton-modifier.html" with demarche="les informations médicales complémentaires" %} {% endif %}