{% load combo %} {% if json.data %}

Dossier Autonomie : {% if json.data.dossier.IDENTIFICATION.0.PRENOM %}{{json.data.dossier.IDENTIFICATION.0.PRENOM}}{% endif %} {% if json.data.dossier.IDENTIFICATION.0.NOM %}{{json.data.dossier.IDENTIFICATION.0.NOM}}{% endif %}

{% if json.data.dossier.DEMANDES.AD %} {% for demande in json.data.dossier.DEMANDES.AD %} {% if demande.ID_MES == request.GET.demande %}

{{ demande.TYPE_MESURE }}

Progression de la demande

    {% for etape in demande.LISTE_ETAPES %} {{ forloop.counter }} {{ etape.CATEGORIE }} {% endfor %}
{% for etape in demande.LISTE_ETAPES %} {% if etape.A_SURLIGNER == "O" %} {% for etp in etape.ETP %} {% if etp.TYP_CHAMP == "L" %}

Étape actuelle : {{etp.ETAPE}}

{{etp.LIBELLE_CHAMP}}

{% endif %} {% endfor %} {% if etape.ETP|length > 1 %}

Informations supplémentaires

{% for etp in etape.ETP %} {% if etp.TYP_CHAMP == "D" %}

{{etp.LIBELLE_CHAMP}} : {{etp.VALEUR_CHAMP}}

{% endif %} {% if etp.TYP_CHAMP == "S" %}

{{etp.LIBELLE_CHAMP}} :

{% endif %} {% if etp.TYP_CHAMP == "M" and etp.VALEUR_MEMO_CHAMP %}

{{etp.LIBELLE_CHAMP}} :
{{etp.VALEUR_MEMO_CHAMP}}

{% endif %} {% endfor %} {% endif %} {% endif %} {% endfor %} {% endif %} {% endfor %} {% endif %}
{% endif %}