#m1edt

Cours fondamentaux : choisir 2 parmi 3

{% set jours = ["Lundi","Mardi","Mercredi","Jeudi","Vendredi"] %} {% for ue in cours_base %} {% set rowspan = ue.cm|length + 2 * (ue.td|length) %} {# ---------------- CM ---------------- #} {% for cm in ue.cm %} {% if loop.first %} {% endif %} {% if loop.first %} {% endif %} {% endfor %} {# ---------------- TD ---------------- #} {% for td in ue.td %} {% for slot in td.slots %} {% if loop.first %} {% endif %} {% if loop.first %} {% endif %} {% endfor %} {% endfor %} {% endfor %}
UE Sélection Jour Début Fin Atome Enseignant Salle
{{ ue.name }} {{ jours[cm.day] }} {{ cm.start }} {{ cm.end }}CM {{ cm.prof }}{{ cm.room }}
{{ jours[slot.day] }} {{ slot.start }} {{ slot.end }}TD G{{ td.group }} {{ td.prof }}{{ slot.room }}

Autres cours

{% set jours = ["Lundi", "Mardi", "Mercredi", "Jeudi", "Vendredi"] %} {% for ue in cours_autres %} {% set rowspan = ue.atoms|length %} {% for atom in ue.atoms %} {% if loop.first %} {% endif %} {% endfor %} {% endfor %}
UE Sélection Jour Début Fin Atome Enseignant Salle
{{ ue.name }} {{ jours[atom.day] }} {{ atom.start }} {{ atom.end }} {{ atom.label }} {{ atom.prof }} {{ atom.room }}

Ajouter des cours

Jour Début Fin Nom Enseignant Salle Couleur