{% extends 'base.html' %} {% load static %} {% block title %}{{ student.get_full_name }} — Report Card — Rapha-Bethel BNPS{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{{ student.last_name|upper }}, {{ student.first_name }}
{{ student.student_id }}  ·  {{ rc.school_class.name }}  ·  Term {{ rc.term.term }} — {{ rc.term.academic_year }}  ·  {{ rc.get_report_type_display }}
{% if rc.is_finalised %} Finalised {% endif %}
{% if rc.average %}
{{ rc.average }}
/20 Average
{% if rc.position %}
Position {{ rc.position }}/{{ term_data.class_size }}
{% endif %} {% else %}
Not computed
{% endif %}
Preview Download PDF
{% csrf_token %}
Back to Class
Marks Summary — Term {{ rc.term.term }}
{% for lbl in term_data.month_labels %} {% endfor %} {% for row in term_data.rows %} {% if row.show_domain %} {% 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 %}
Subject / Activity{{ lbl }}Synthèse Appréciation
{{ row.domain }}
{{ row.sub_activity }}{{ score|default:'—' }}{{ row.synthese|default:'—' }} {% if row.appreciation %} {{ row.appreciation }} {% else %}—{% endif %}
TOTAL{{ t|default:'—' }}{{ term_data.total_synthese|default:'—' }}
AVERAGE{{ a|default:'—' }}{{ term_data.average|default:'—' }} {% if rc.average %} {{ rc.get_appreciation }} {% endif %}
POSITION {% if rc.position %}{{ rc.position }}/{{ term_data.class_size }} {% else %}—{% endif %}
{% if is_term3 %}
Annual Results
{% csrf_token %}
{% for label, field in annual_fields %}
{% endfor %}
{% endif %}
Comments & Conduct
{% csrf_token %} {% if is_term3 %} {% endif %}
{% if is_francophone %}
Observation sur la Conduite
{% endif %}
{% for val, label in rc.PROMOTION_CHOICES %}
{% endfor %}
{% if sibling_cards %}
Other Students in {{ rc.school_class.name }}
{% endif %}
{% endblock %} {% block extra_js %} {% endblock %}