PRINT ALL DOWNLOAD PDF BACK

PRIME MINISTER'S OFFICE - REGIONAL ADMINISTRATION AND LOCAL GOVERNMENT

{{ project.name|upper }} - {{ project.year }}

ALL SCHOOLS DETAILED RESULTS

Total Schools: {{ total_schools }}

{% for school_data in schools_data %}
Page {{ forloop.counter }} of {{ total_schools }}

{{ school_data.school.school_code }} - {{ school_data.school.name|upper }}

{{ school_data.school.district.name|upper }}, {{ school_data.school.district.region.name|upper }}

{% for div, count in school_data.division_counts.items %}
{{ count }}
DIV {{ div }}
{% endfor %}
GPA
{{ school_data.school_result.sch_gpa|default:"-"|floatformat:4 }}
RANK
{{ school_data.school_rank|default:"-" }}/{{ school_data.overall_total }}
{% for subject in subjects %} {% endfor %} {% for subject in subjects %} {% endfor %} {% for student in school_data.students %} {% for pair in student.subject_pairs %} {% endfor %} {% empty %} {% endfor %}
C.NO NAMES SX COMB{{ subject.subject_code }}AVG GRD PTS DIV
SCR GRD
{{ student.cand_no }} {{ student.name }} {{ student.sex }} {% if student.combination %} {{ student.combination }} {% endif %} {{ pair.score|default:"-" }} {{ pair.grade|default:"" }} {{ student.average|default:""|floatformat:0 }} {{ student.avg_grade|default:"" }} {{ student.points|default:"" }} {% if student.division %} {{ student.division }} {% endif %}
No student data available
Generated: {% now "Y-m-d H:i:s" %} | Total Students: {{ school_data.total_students }}
{% empty %}

No schools with results found for this project.

{% endfor %}