{% extends 'exams/base.html' %} {% load static %} {% block page_title %}District Results Download - {{ project.name }}{% endblock %} {% block content %}
| # | District | Region | Schools | Students | Division Summary | GPA | Best School | Action |
|---|---|---|---|---|---|---|---|---|
| {{ forloop.counter0|add:page_obj.start_index }} | {{ district.name }} | {{ district.region }} | {{ district.school_count }} | {{ district.total_students }} | {% with dc=district.division_counts %} {{ dc.I }} {{ dc.II }} {{ dc.III }} {{ dc.IV }} {{ dc.0 }} {% endwith %} | {% if district.avg_gpa != '-' %} {{ district.avg_gpa }} {% else %} - {% endif %} | {{ district.best_school|truncatechars:20 }} | |
| No districts with results found. | ||||||||