{% load math_tags %} {{ district.name }} – All Schools Detailed Results – {{ project.name }}

{{ district.name|upper }}

{{ district.region.name|upper }} | {{ project.name }} - {{ project.year }}
{{ total_schools }}
Schools
{{ district_totals.total_students }}
Total Students
{{ district_totals.division_counts.I|add:district_totals.division_counts.II|add:district_totals.division_counts.III }}
Pass (I-III)
{% with pass=district_totals.division_counts.I|add:district_totals.division_counts.II|add:district_totals.division_counts.III %} {% widthratio pass district_totals.total_students 100 %}% {% endwith %}
Pass %
{{ district_totals.division_counts.I }}
Division I
{{ district_totals.division_counts.0 }}
Division 0
Generated: {% now "Y-m-d H:i:s" %} | {{ total_schools }} schools
{% for school_data in schools_data %}
PRIME MINISTER'S OFFICE - REGIONAL ADMINISTRATION AND LOCAL GOVERNMENT
{{ project.name|upper }}
{{ district.name|upper }} DISTRICT
{{ school_data.school.school_code }} {{ school_data.school.name|upper }} {{ school_data.school.district.name|upper }} - {{ school_data.school.district.region.name|upper }}
I II III IV 0 GPA RANK
{{ school_data.division_counts.I }} {{ school_data.division_counts.II }} {{ school_data.division_counts.III }} {{ school_data.division_counts.IV }} {{ school_data.division_counts.0 }} {{ school_data.school_result.sch_gpa|default:"-"|floatformat:4 }} {% if school_data.school_rank %} {{ school_data.school_rank }}/{{ school_data.overall_total }} {% else %} - {% endif %}
{% for subject in subjects %} {% endfor %} {% for student in school_data.students %} {% for score in student.subject_scores %} {% with score_parts=score.split %} {% endwith %} {% endfor %} {% empty %} {% endfor %}
C.NO NAMES SEX COMB
{{ subject.subject_name_eng }}
AVERAGE
AV.
GRADES
POINTS
DIVISION
{{ student.cand_no }} {{ student.name }} {{ student.sex }} {% if student.combination %} {{ student.combination }} {% endif %} {% if score_parts.0 and score_parts.0 != 'X' and score_parts.0 != '' %} {{ score_parts.0 }} {% else %}   {% endif %} {% if score_parts.1 and score_parts.1 != 'X' and score_parts.1 != '' %} {{ score_parts.1 }} {% else %}   {% endif %} {{ student.average|default:"-" }} {{ student.avg_grade|default:"-" }} {{ student.points|default:"-" }} {% if student.division %} {{ student.division }} {% else %} - {% endif %}
No students found for this school.
{% empty %}

No schools with results found for {{ district.name }}.

{% endfor %}