{{ object }}
| Domaine | {{ object.processus.domaine.url|safe }} |
|---|---|
| Processus | {{ object.processus.url|safe }} |
| Situation emblématique | {{ object.situation|linebreaksbr }} |
| Compétences visées |
L'éducateur social, l'éducatrice sociale: {% for c in object.competence_set.all %} - {{ c.nom }} ({{ c.code }}){% endfor %} |
| Plus-value sur le CFC ASE |
{% for c in object.competence_set.all %}
{% for sc in c.souscompetence_set.all %}
- {{ sc.nom }} (voir {{ sc.competence.code }}) {% endfor %} {% endfor %} |
| Objectifs à atteindre |
{% for c in object.objectif_set.all %}
- {{ c }} {% endfor %} |
| Didactique | {{ object.didactique }} |
| Evaluation | {{ object.evaluation|linebreaksbr }} |
| Type | {{ object.type }}, obligatoire |
| Semestre | Sem. {{ object.semestre }} |
| Présentiel | {{ object.total_presentiel }} heures |
| Pratique prof. | {{ object.pratique_prof }} heures |
| Travail perso. | {{ object.travail_perso }} heures |
| Responsable | {{ object.processus.domaine.responsable.descr|safe }} |