{% extends "exams/base.html" %} {% block content %}

SUBJECT SUMMARY – {{ year }}{% if subject == "ALL" %} (ALL SUBJECTS) {% else %} – {{ subject }} {% endif %} Export PDF Export Excel BACK

{% for row in summary %} {% with pass_ac=row.A|add:row.B|add:row.C %} {% endwith %} {% endfor %}
Subject Name Total A B C D E Pass A–C % Pass
{{ row.subject_code }} {{ row.subject_name_sw }} {{ row.total_std }} {{ row.A }} {{ row.B }} {{ row.C }} {{ row.D }} {{ row.E }} {{ row.pass_ac }} {{ row.pass_pct }}%
{% endblock %}