Nom et Prenom : {{currentInscription.candidat.nom}} {{currentInscription.candidat.prenom}}
Email : {{currentInscription.candidat.email}}
Session : {{currentInscription.session.libele}}
Cycle : {{currentInscription.cycle.libele}}
Relevé des notes
Module
Note
{% for moduleNote in moduleNotes %}
{{moduleNote[0]}}
{{moduleNote[1]}}
{% endfor %}
Moyenne general:
{{moyenne}}