{# academics/templates/report_cards/francophone_nursery.html #} {# Matches doc 12 — ACTIVITÉS > SOUS-ACTIVITÉS, MARKS /20 #} {% for term_data in terms %} {% if not forloop.first %}
{% endif %}
{% if school.logo %}{% else %}
{% endif %}

{{ school.name }}

BULLETIN DE NOTES — SECTION FRANCOPHONE MATERNELLE
{{ school.address }} | Tél : {{ school.phone }}
{% if school.logo %}{% else %}
{% endif %}
{{ student.get_full_name }}
{{ report_card.school_class }}
{{ term_data.term.term }}
{{ report_card.school_class.class_teacher.get_display_name }}
{{ report_card.school_class.class_teacher.get_display_name }}
{{ term_data.term.academic_year }}
{% for m in term_data.month_labels %} {% endfor %} {% for row in term_data.rows %} {% if row.show_domain %} {% endif %} {% for score in row.month_scores %} {% endfor %} {% endfor %} {% for t in term_data.month_totals %}{% endfor %} {% for a in term_data.month_averages %}{% endfor %} {% for _ in term_data.month_labels %}{% endfor %}
ACTIVITÉS SOUS ACTIVITÉS PÉRIODE Synthèse Notes APPRÉCIATION
{{ m }}
{{ row.domain }}{{ row.sub_activity }}{{ score|default:'' }}{{ row.synthese|default:'' }} {{ row.appreciation|default:'' }}
TOTAL{{ t|default:'' }}{{ term_data.total_synthese|default:'' }}
MOY. MENSUELLE{{ a|default:'' }}{{ term_data.average|default:'' }}
RANG MENSUEL{{ report_card.position|default:'' }}/{{ term_data.class_size }}
Visa Enseignant(e)
Visa Directeur
Visa Parent
{% endfor %}