{% extends 'colleur/action.html' %} {% load static %} {% load customfilter %} {% block body %} {% if user.colleur.classeprofprincipal.all and modif %} {% include "colleur/navects.html" %} {% endif %}
Notes ECTS de {{classe}}
A: Très Bien B: Bien C: Assez Bien D: Convenable E: Passable F: Insuffisant (invalide tous les crédits)
{% csrf_token %} {% for matiere,nbsem in matieres|tzip:nbsemestres %} {% endfor %} {% if pp %} {% if annee2 %} {% else %} {% endif %} {% endif %} {% for matiere in matieres %} {% if matiere.semestre1 != None %} {% endif %} {% if matiere.semestre2 != None %} {% endif %} {% endfor %} {% if pp and nomat %} {% for note,widget in listeNotes|tzip:form.eleve %} {% endfor %} {% else %} {% if pp %} {% for notes,widget in listeNotes|tzip:form.eleve %} {% for note,matiere in notes.0|tzip:matieres %} {% if matiere.semestre1 != None %} {% endif %} {% if matiere.semestre2 != None %} {% endif %} {% endfor %} {% if annee2 %} {% endif %} {% endfor %} {% else %} {% for notes,widget in listeNotes|tzip:form.eleve %} {% for note,matiere in notes.0|tzip:matieres %} {% if matiere.semestre1 != None %} {% endif %} {% if matiere.semestre2 != None %} {% endif %} {% endfor %} {% endfor %} {% endif %} {% endif %} {% for matiere,nbsem in matieres|tzip:nbsemestres %} {% endfor %} {% if pp %} {% if annee2 %} {% endif %} {% endif %}
Élève{% if form.errors %}{{form.eleve.errors}}{% endif %}{{matiere}}Note Globale sur les 2 ans
(facultatif, écrase la note moyenne calculée)
Rappel 1ère anneeNote Globale de l'année
(facultatif, écrase la note moyenne calculée)
Semestre 1Semestre 2
{{widget}} {% if note != None %}{{listNotes|lookup:note.note}}{% endif %}
{{widget}}{% if note.note1 != None %}{{listNotes|lookup:note.note1}}{% endif %}{% if note.note2 != None %}{{listNotes|lookup:note.note2}}{% endif %}{% if notes.1.note != None %}{{listNotes|lookup:notes.1.note}}{% endif %}{% if notes.2.note != None %}{{listNotes|lookup:notes.2.note}}{% endif %}
{{widget}}{% if note.note1 != None %}{{listNotes|lookup:note.note1}}{% endif %}{% if note.note2 != None %}{{listNotes|lookup:note.note2}}{% endif %}

{% endblock %} {% block javascript %} {% endblock %}