| Élève{% if form.errors %}{{form.eleve.errors}}{% endif %} |
{% for matiere,nbsem in matieres|tzip:nbsemestres %}
{{matiere}} |
{% endfor %}
{% if pp %}
{% if annee2 %}
Note Globale sur les 2 ans (facultatif, écrase la note moyenne calculée pour les 2 premières années) |
Note Globale sur les 3 ans (facultatif, écrase la note moyenne calculée pour les 3 ans des redoublants, si 180 ECTS) |
Rappel 1ère annee |
{% else %}
Note Globale de l'année (facultatif, écrase la note moyenne calculée) |
{% endif %}
{% endif %}
{% for matiere in matieres %}
{% if matiere.semestre1 != None %}
| Semestre 1 |
{% endif %}
{% if matiere.semestre2 != None %}
Semestre 2 |
{% endif %}
{% endfor %}
{% if pp and nomat %}
{% for note,widget in listeNotes|tzip:form.eleve %}
| {{widget}} |
{% if note != None %}{{listNotes|lookup:note.note}}{% endif %} |
{% endfor %}
{% else %} {% if pp %}
{% for notes,widget in listeNotes|tzip:form.eleve %}
| {{widget}} |
{% for note,matiere in notes.0|tzip:matieres %}
{% if matiere.semestre1 != None %}
{% if note.note1 != None %}{{listNotes|lookup:note.note1}}{% endif %} |
{% endif %}
{% if matiere.semestre2 != None %}
{% if note.note2 != None %}{{listNotes|lookup:note.note2}}{% endif %} |
{% endif %}
{% endfor %}
{% if notes.1.note != None %}{{listNotes|lookup:notes.1.note}}{% endif %} |
{% if annee2 %}
{% if notes.3.note != None %}{{listNotes|lookup:notes.3.note}}{% endif %} |
{% if notes.2.note != None %}{{listNotes|lookup:notes.2.note}}{% endif %} |
{% endif %}
{% endfor %}
{% else %}
{% for notes,widget in listeNotes|tzip:form.eleve %}
| {{widget}} |
{% for note,matiere in notes.0|tzip:matieres %}
{% if matiere.semestre1 != None %}
{% if note.note1 != None %}{{listNotes|lookup:note.note1}}{% endif %} |
{% endif %}
{% if matiere.semestre2 != None %}
{% if note.note2 != None %}{{listNotes|lookup:note.note2}}{% endif %} |
{% endif %}
{% endfor %}
{% endfor %}
{% endif %}
{% endif %}
|
{% for matiere,nbsem in matieres|tzip:nbsemestres %}
|
{% endfor %}
{% if pp %}
|
{% if annee2 %}
|
|
{% endif %}
{% endif %}