{{ include('classroom/partials/header.html.twig') }}
{% if(room.level.cycle.section.name=="Francophone") %}
FICHE ANNUELLE DE NOTES
{% else %}
ANNUAL GRADE SHEET
{% endif %}
{% if(room.level.cycle.section.name=="Francophone") %}
CLASSE
{% else %}
CLASS
{% endif %}
{{ room.name }}
{% if(room.level.cycle.section.name=="Francophone") %}
ANNEE SCOLAIRE
{{ year }}
{% else %}
{{ year }}
SCHOOL YEAR
{% endif %}
|
N°
|
{% if(room.level.cycle.section.name=="Francophone") %}
NOM(S)
{% else %}
SECOND NAME(S)
{% endif %}
|
{% if(room.level.cycle.section.name=="Francophone") %}
PRENOMS(S)
{% else %}
FIRSTNAME(S)
{% endif %}
|
{% for i in 1..6 %}
DP
|
DA
|
EVAL
{{ i }}
|
{% endfor %}
{% for std in students %}
|
{{ loop.index }}
|
{{ std.lastname }}
|
{{ std.firstname }}
|
{% for i in 1..6 %}
|
|
|
{% endfor %}
{% endfor %}