Bénéficiaire :

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

{% if objectifsSuivi is not empty %}

Liste des objectifs ({{ objectifsSuivi|length }})

{% for objectif in objectifsSuivi %} {% endfor %}
Date Objectifs / Compétences Sources Résultats Auteur
{{ objectif.date is defined and objectif.date ? objectif.date|date('d/m/Y') : '—' }} {{ objectif.objectif is defined and objectif.objectif ? objectif.objectif|raw : '—' }} {{ objectif.source is defined and objectif.source ? objectif.source|raw : '—' }} {{ objectif.resultat is defined and objectif.resultat ? objectif.resultat|raw : '—' }} {{ objectif.auteur_prenom is defined ? objectif.auteur_prenom ~ ' ' ~ objectif.auteur_nom : '—' }}
{% else %}

Aucun suivi d'entretien enregistré

{% endif %}