-{% for c in object.competences.all %}- {{c.libelle}} ({{c.code}})
+{% for c in object.competence_set.all %}- {{c.nom}} ({{c.code}})
{% if user.is_authenticated %}
-{% for sc in c.souscompetence_set.all %} - {{sc.libelle}} {%endfor %}{% endif %}{% endfor %}
+{% for sc in c.souscompetence_set.all %} -- {{sc.nom}} {%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}}
+
Type
{{object.type}}, obligatoire
+
Semestre
Sem. {{object.semestre}}
{% if object.periode_presentiel > 0 %}
Présentiel
{{object.periode_presentiel}} heures
{% endif %}
diff --git a/templates/cms/periodes.html b/templates/cms/periodes.html
index 7ad341a..3368646 100644
--- a/templates/cms/periodes.html
+++ b/templates/cms/periodes.html
@@ -50,7 +50,7 @@
-Total des périodes de cours: {{tot.periode_presentiel__sum}} heures
+Total des périodes de cours: {{tot}} heures
Imprimer en PDF
diff --git a/templates/cms/processus_list.html b/templates/cms/processus_list.html
index d3d59fd..691c302 100644
--- a/templates/cms/processus_list.html
+++ b/templates/cms/processus_list.html
@@ -14,7 +14,7 @@