--- titre: "Citations triées selon le professeur" layout: defaut tab: /citations/ ---
Cours enseignés : {% if prof.cours[0] != nil %}{% for cours in prof.cours %}{{site.data.cours[cours].nom}} ({{site.data.cours[cours].id}}){% unless forloop.last %}, {% endunless %}{% endfor %}{% else %}Aucun cours.{% endif %}
{% for cat-key in site.data.categories-citations.keys %}{% for cit in site.data.citations %}{% if cit.professeur != key or cit.categorie != cat-key %}{% continue %}{% else %}{% assign cours = site.data.cours[cit.cours] %}{% assign cat = site.data.categories-citations[cat-key] %}