{% extends "exams/base.html" %} {% load static %} {% block content %}
| Code | School | Region | District | I | II | III | IV | 0 | GPA | GRD | GPA Status | Action |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ item.school.school_code }} | {{ item.school.name }} | {{ item.school.region.name }} | {{ item.school.district.name }} | {{ item.d1|default:"0" }} | {{ item.d2|default:"0" }} | {{ item.d3|default:"0" }} | {{ item.d4|default:"0" }} | {{ item.d0|default:"0" }} | {{ item.sch_gpa|floatformat:4|default:"-" }} | {{ item.sch_gpa_grade|default:"-" }} | {{ item.sch_gpa_status|default:"-" }} | |
| No schools found | ||||||||||||