{% if bilan %}
Bénéficiaire :

{{ beneficiaire.civilite ? beneficiaire.civilite|lower|title ~ ' ' : '' }}{{ beneficiaire.nom }} {{ beneficiaire.prenom }}

Psychologue :

{{ bilan.auteur ? bilan.auteur.prenom ~ ' ' ~ bilan.auteur.nom : 'Non renseigné' }}

Structure :

{{ beneficiaire.prescripteurStructure|default('Non renseigné') }}

Date :

{{ bilan.dateCreation|date('d/m/Y') }}

{% for sectionKey, objectifs in objectifsParSection %} {% if objectifs|length > 0 %}
{{ objectifs[0].texteQuestion }}
{% for objectif in objectifs %} {% endfor %}
Résultats atteints Abordé Préconisations
{{ objectif.texteObjectif }} {{ objectif.preconisations|default('—') }}
{% endif %} {% endfor %} {% if bilan.synthese and bilan.synthese|striptags|trim is not empty %}
Synthèse de l'accompagnement
{{ bilan.synthese|raw }}
{% endif %} {% if bilan.sortieAnticipee %}
Sortie Anticipée

Le bénéficiaire a effectué une sortie anticipée

{% if bilan.sortieAnticipeeDate %}

Date : {{ bilan.sortieAnticipeeDate|date('d/m/Y') }}

{% endif %} {% if bilan.sortieAnticipeeCommentaire %}

Commentaire :
{{ bilan.sortieAnticipeeCommentaire }}

{% endif %}
{% endif %} {% else %}

Aucun bilan enregistré

{% endif %}