{{ title }}
PRINT EXCEL SWITCH TO EXTENDED
Category: {% if category == 'above_40' %} ≥ 30 Candidates {% elif category == 'below_40' %} < 30 Candidates {% else %} All Schools {% endif %}
Total Schools: {{ rows|length }}
Ranking: *Lower GPA = Better Performance
SCHOOL RANKING TABLE
{% for r in rows %} {% empty %} {% endfor %}
# CODE SCHOOL NAME DISTRICT REGION SAT I II III IV 0 #I-III %I-III #I-IV %I-IV GPA
{{ r.rank }} {{ r.code }} {{ r.name }} {{ r.district }} {{ r.region }} {{ r.sat_t }} {{ r.d1 }} {{ r.d2 }} {{ r.d3 }} {{ r.d4 }} {{ r.d0 }} {{ r.pass_i_iii_t }} {{ r.pass_i_iii_pct }}% {{ r.pass_i_iv_t }} {{ r.pass_i_iv_pct }}% {{ r.gpa|floatformat:4 }}
No schools found for the selected criteria.
Pass I-III (I+II+III) Pass I-IV (I+II+III+IV) Failed (Division 0)
GPA Formula: (Subject GPA+Division GPA)/2 Excellent-A (≤1.5999) | Very Good-B(1.6-2.5999) | Good-C (2.6-3.5999) | Satisafactory-D (3.6-4.5999) | Failed-F (>4.6)