{# 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 %}| ACTIVITÉS | SOUS ACTIVITÉS | PÉRIODE | Synthèse Notes | APPRÉCIATION | ||
|---|---|---|---|---|---|---|
| {{ m }} | {% endfor %}||||||
| {{ row.domain }} | {% endif %}{{ row.sub_activity }} | {% for score in row.month_scores %}{{ score|default:'' }} | {% endfor %}{{ row.synthese|default:'' }} | {{ row.appreciation|default:'' }} | ||
| TOTAL | {% for t in term_data.month_totals %}{{ t|default:'' }} | {% endfor %}{{ term_data.total_synthese|default:'' }} | ||||
| MOY. MENSUELLE | {% for a in term_data.month_averages %}{{ a|default:'' }} | {% endfor %}{{ term_data.average|default:'' }} | ||||
| RANG MENSUEL | {% for _ in term_data.month_labels %}{% endfor %} | {{ report_card.position|default:'' }}/{{ term_data.class_size }} | ||||