N° |
NOMS COMPLETS |
{% for module in room.modules %}
{% for course in module.courses %}
{{ course.wording }} / {{ course.coefficient }} | {% endfor %} {% endfor %} {#
TOTAL
|
MOYENNE
|
DECISION
| #}
|---|---|---|---|---|---|
| {{ loop.index }} | {{ std.lastname }} {{ std.firstname }} ( {% if std.gender ==0 %} M {% else %} F {% endif %} ) | {% for module in room.modules %} {% for course in module.courses %}{% endfor %} {% endfor %} {# | #} |