{% extends 'colleur/action.html' %} {% load static %} {% load customfilter %} {% block body %}
| Résultats de la classe {{classe}} en {{matiere}} |
| Élève | Rang | Moyenne | {% for semaine in semaines %}S{{semaine.numero}} | {% endfor %}|
| {{note.eleve}} | {% if note.rang %}{{note.rang}}{{note.rang|pluralize:"er,ème"|safe}} | {% else %}{% endif %} | {% if note.moyenne %}{{note.moyenne|floatformat:1}}{% endif %} | {% for note in note.semaine %}{% for value in note %}{% if not forloop.first %};{% endif %}{% if value.note == 22 %}Abs{% elif value.note == 21 %}n.n.{% else %}{{value.note}}{% endif %}{% endfor %}
{% if note %} {% for value in note %}{{value.colleur__user__first_name|title}} {{value.colleur__user__last_name|upper}}:{% if value.commentaire %} {% endif %}
{% if latex %}{{ value.commentaire}}{% else %}{{ value.commentaire|linebreaksbr}}{% endif %} {% endif %}{% endfor %} |
{% endfor %}
| Moyenne des colleurs: |
| Colleur | Moyenne | Min | Max | σ | Heures |
| Global | {{stat_global.moy|floatformat:1}} | {{stat_global.minimum}} | {{stat_global.maximum}} | {{stat_global.ecarttype|floatformat:1}} | {{heures_global|heurecolle}} |
| {{value.0|title}} {{value.1|upper}} | {{value.2}} | {{value.3}} | {{value.4}} | {{value.5}} | {{value.6|heurecolle}} |