{{domain.name}}
Liste des enseignants du departement
| # | Nom |
|---|---|
| {{ loop.index }} | {{ teach.fullName}}({{ teach.id}}) |
Liste des cours du departement
| # | Domain | Wording | Coef | Attributions |
|---|---|---|---|---|
| {{ loop.index }} | {{ course.domain.name}} | {{ course.code }} | {{course.coefficient }} | {% if attributions[course.id] is defined %} {{attributions[course.id].teacher.fullName}} {% else %} Pas encore attribue {% endif %} |