{% extends 'base.html' %} {% load static %} {% block title %}{{ student.get_full_name }} — Report Card — Rapha-Bethel BNPS{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
| Subject / Activity | {% for lbl in term_data.month_labels %}{{ lbl }} | {% endfor %}Synthèse | Appréciation | |||
|---|---|---|---|---|---|---|
| {{ row.domain }} | ||||||
| {{ row.sub_activity }} | {% for score in row.month_scores %}{{ score|default:'—' }} | {% endfor %}{{ row.synthese|default:'—' }} | {% if row.appreciation %} {{ row.appreciation }} {% else %}—{% endif %} | |||
| TOTAL | {% for t in term_data.month_totals %}{{ t|default:'—' }} | {% endfor %}{{ term_data.total_synthese|default:'—' }} | ||||
| AVERAGE | {% for a in term_data.month_averages %}{{ a|default:'—' }} | {% endfor %}{{ term_data.average|default:'—' }} | {% if rc.average %} {{ rc.get_appreciation }} {% endif %} | |||
| POSITION | {% if rc.position %}{{ rc.position }}/{{ term_data.class_size }} {% else %}—{% endif %} | |||||