{# academics/templates/report_cards/anglophone_nursery.html #} {# Matches doc 14 — DOMAINS > ACTIVITIES > SUB-ACTIVITIES, MARKS /20 #}
{% for term_data in terms %} {% if not forloop.first %}{% endif %}| DOMAINS | ACTIVITIES | SUB-ACTIVITIES | MARKS /20 | Synthese Marks | APPRECIATION | ||
|---|---|---|---|---|---|---|---|
| {{ m }} | {% endfor %}|||||||
| {{ row.domain }} | {% endif %} {% if row.show_activity %}{{ row.activity }} | {% 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:'' }} | |||||
| GENERAL AVERAGE | {% for a in term_data.month_averages %}{{ a|default:'' }} | {% endfor %}{{ term_data.average|default:'' }} | |||||
| POSITION | {{ report_card.position|default:'' }}/{{ term_data.class_size }} | ||||||