{# 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 %}
{% if school.logo %}Logo{% else %}
{% endif %}

{{ school.name }}

PROGRESS REPORT CARD / ANGLOPHONE NURSERY

{{ school.address }} | Tel: {{ school.phone }}
{% if school.logo %}Logo{% else %}
{% endif %}
{{ student.get_full_name }}
{{ report_card.school_class }}
{{ term_data.term.term }}
{{ term_data.term.academic_year }}
{{ report_card.school_class.class_teacher.get_display_name }}
{{ student.date_of_birth|date:"d/m/Y" }}
{% for m in term_data.month_labels %} {% endfor %} {% for row in term_data.rows %} {% if row.show_domain %} {% endif %} {% if row.show_activity %} {% 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 %}
DOMAINS ACTIVITIES SUB-ACTIVITIES MARKS /20 Synthese Marks APPRECIATION
{{ m }}
{{ row.domain }}{{ row.activity }}{{ row.sub_activity }}{{ score|default:'' }}{{ row.synthese|default:'' }} {{ row.appreciation|default:'' }}
TOTAL{{ t|default:'' }}{{ term_data.total_synthese|default:'' }}
GENERAL AVERAGE{{ a|default:'' }}{{ 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:'' }}
{% if term_data.term.term == 3 %}
ANNUAL RESULTS
1st Term Average {{ report_card.term1_average|default:'……' }}
2nd Term Average {{ report_card.term2_average|default:'……' }}
3rd Term Average {{ report_card.term3_average|default:'……' }}
Annual Average {{ report_card.annual_average|default:'……' }}
Annual Position {{ report_card.annual_position|default:'……' }}/{{ term_data.class_size }}
DECISION
{% endif %}
Head Teacher Sign.
Class Teacher Sign.
Parent's Sign.
{% if term_data.term.term == 3 %}
NEXT TERM BEGINS: {{ report_card.next_term_begins|date:"d/m/Y"|default:'…………………' }}
{% endif %} {% endfor %}