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

School Ranking – {{ project.name }}

{% for r in ranked_rows %} {% empty %} {% endfor %}
Rank School Code School Name Students AVG AVG Grd GPA GPA Grd Status
{{ r.rank }} {{ r.obj.school.school_code }} {{ r.obj.school.name }} {{ r.obj.with_results }} {{ r.obj.sch_avg }} {{ r.obj.sch_avg_grd }} {{ r.obj.sch_gpa }} {{ r.obj.sch_gpa_grade }} {{ r.obj.sch_gpa_status }}
No ranking data found
{% endblock %}