{# academics/templates/report_cards/anglophone_primary.html #} {# Matches scanned template: doc 13 — MARKS /20, Term page + Annual results page #}
{# ═══════════════════════════════════════════════════════════════════ TERM PAGE (one per term — term 1, 2, and 3) ════════════════════════════════════════════════════════════════════ #} {% for term_data in terms %} {% if not forloop.first %}{% endif %}| DOM. | 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 m_total in term_data.month_totals %}{{ m_total|default:'' }} | {% endfor %}{{ term_data.total_synthese|default:'' }} | |||||
| AVERAGE | {% for m_avg in term_data.month_averages %}{{ m_avg|default:'' }} | {% endfor %}{{ term_data.average|default:'' }} | |||||
| POSITION | {{ report_card.position|default:'' }}/{{ term_data.class_size }} | ||||||
| CONDUCT: {{ report_card.conduct|default:'' }} | REMARKS: {{ report_card.class_teacher_remark|default:'' }} |