{% extends "./base_site.html" %} {% load i18n static %} {% block coltype %}colMS{% endblock %} {% block content %}

{{object}}

{% if object.periode_presentiel > 0 %} {% endif %} {% if object.pratique_prof > 0 %} {% endif %} {% if object.travail_perso > 0 %} {% endif %}
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.periode_presentiel}} heures
Pratique prof. {{object.pratique_prof}} heures
Travail perso. {{object.travail_perso}} heures
Responsable {{object.processus.domaine.responsable.descr|safe}}

Imprimer en PDF

{% endblock %}