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

PAI

{% with data=json.data.paiInfoBean %} {% if is_portal_agent %}

Date de début : {{ data.dateDeb|date:"d/m/Y" }}

Date de fin : {{ data.dateFin|date:"d/m/Y" }}

Description PAI : {{ data.description|default:"" }}

{% else %}

Type de PAI : {{ data.code_text }}

Description : {{ data.description|default:"" }}

{% endif %} {% endwith %} {% include "./enfant-bouton-modifier.html" with demarche="un PAI" label="Ajouter" %} {% endif %}