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

DISTRICT SUBJECT SUMMARY – {{ district.name }} – {{ year }} {% if subject != "ALL" %} ({{ subject }}) {% endif %}

{% for r in rows %} {% empty %} {% endfor %}
Code Subject Total Grade Distribution Pass A–C % Pass Average
A B C D E
{{ r.subject_code }} {{ r.subject_name_sw }} {{ r.total_std }} {{ r.A }} {{ r.B }} {{ r.C }} {{ r.D }} {{ r.E }} {{ r.pass_ac }} {{ r.pass_pct }}% {{ r.avg_subj }}
No data available for the selected criteria.
{% endblock %}