{% 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.competences.all %}- {{c.libelle}} ({{c.code}})
{% if user.is_authenticated %} {% for sc in c.souscompetence_set.all %}    - {{sc.libelle}}
{%endfor %}{% endif %}{% endfor %}
Ressources à acquérir{% for c in object.ressource_set.all %}- {{c}}
{% endfor %}
Objectifs à atteindre{% for c in object.objectif_set.all %}- {{c}}
{% endfor %}
Contenu{{object.contenu|linebreaksbr}}
Evaluation{{object.evaluation|linebreaksbr}}
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.descr}}

Imprimer en PDF

{% endblock %}