{% extends "exams/base.html" %} {% load static %} {% block page_title %}School Results List{% endblock %} {% block content %}
| # | Results | Subj. | School Code | School Name | Reg/Dist | Ownership | ||
|---|---|---|---|---|---|---|---|---|
| {{ page_obj.start_index|add:forloop.counter0 }} |
|
Subject Performance | {{ school.school_code }} | {{ school.name_short|truncatechars:30 }} | {{ school.region.name }}-{{ school.district.name }} | {% if school.ownership == "GVT" %} Government {% else %} Private {% endif %} | ||
|
No schools found matching your criteria. |
||||||||