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

DISTRICT TOP / BOTTOM SCHOOLS – {{ district.name }} ({{ year }})

Export PDF Export Excel Back
{% include "exams/reports/partials/top_bottom_table.html" with title="TOP 10 SCHOOLS" rows=top10 %} {% include "exams/reports/partials/top_bottom_table.html" with title="BOTTOM 10 SCHOOLS" rows=bottom10 %} {% include "exams/reports/partials/top_bottom_table.html" with title="TOP 10 LARGE SCHOOLS (≥30)" rows=top10_big %} {% include "exams/reports/partials/top_bottom_table.html" with title="BOTTOM 10 LARGE SCHOOLS (≥30)" rows=bottom10_big %} {% include "exams/reports/partials/top_bottom_table.html" with title="TOP 10 GOVERNMENT SCHOOLS" rows=top10_gov %}
{% endblock %}