{% 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}}
Compétences visées

L'éducateur social, l'éducatrice sociale

{% for c in object.competences.all %}- {{c.libelle}} ({{c.code}})
{% endfor %}
Ressources{% for c in object.ressource_set.all %}- {{c}}
{% endfor %}
Objectifs{% for c in object.objectif_set.all %}- {{c}}
{% endfor %}
Contenu{{object.contenu}}
Evaluation{{object.evaluation}}
Type{{object.type}}
Semestre{{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}} ({{object.processus.domaine.responsable.email}})
{% endblock %}