{% if atelier %}
ACQUIS À L'ISSUE DE L'ATELIER
{% for key, label in questions.competences_visees %} {% endfor %}
{{ atelier.titreComplet }} - Compétences viséesAcquis
{{ label|raw|striptags }}
{% if atelier.competencesVisees[key] is defined and atelier.competencesVisees[key] %}{% endif %}
COMPORTEMENT - IMPLICATION DU BÉNÉFICIAIRE
{% for key, label in questions.auto_evaluation %} {% for niveau in ['inacceptable', 'ameliorations_necessaires', 'acceptable', 'bon', 'excellent'] %} {% endfor %} {% endfor %}
Inacceptable Nécessite des améliorations Acceptable Bon Excellent
{{ label }}
{% if atelier.autoEvaluation[key] is defined and atelier.autoEvaluation[key] == niveau %} {% endif %}
Commentaire du {% if atelier.typeAtelier == 'monde_travail' %}CIP{% else %}Psychologue{% endif %} :
{% if atelier.commentaires %}{{ atelier.commentaires|striptags|trim }}{% else %}Aucun commentaire renseigné{% endif %}
{% else %}

Aucun atelier enregistré

{% endif %}