{% load math_tags %} School Detailed Results – {{ school.name }} – {{ project.name }}
PRESIDENT'S OFFICE - REGIONAL ADMINISTRATION AND LOCAL GOVERNMENT (PO-RALG)
{{ school.region.name|upper }}
FORM SIX REGIONAL MOCK EXAMINATIONS
{{ project.name|upper }} - {{ project.year }}
{{ school.school_code }} {{ school.name|upper }} {{ school.district.name|upper }} {{ school.district.region.name|upper }}
I II III IV 0 GPA RANK(OVERALL)
{{ division_counts.I }} {{ division_counts.II }} {{ division_counts.III }} {{ division_counts.IV }} {{ division_counts.0 }} {{ school_result.sch_gpa|default:"-"|floatformat:4 }} {{ school_rank|default:"-" }}/{{ overall_total }}
TOTAL
{{ division_counts.I }} {{ division_counts.II }} {{ division_counts.III }} {{ division_counts.IV }} {{ division_counts.0 }}
STUDENTS DETAILS
SUBJECTS SCORES AND GRADES
{% for subject in subjects %} {% endfor %} {% for student in students %} {% for score in student.subject_scores %} {% endfor %} {% endfor %}
C.NO NAMES SEX COMB
{% if subject.name|length > 6 %} {% for char in subject.name %}{{ char }}{% if not forloop.last %}
{% endif %}{% endfor %} {% else %} {{ subject.name }} {% endif %}
AVERAGE AV.
GRADES
POINTS DIVISION
{{ student.cand_no }} {{ student.name }} {{ student.sex }} {% if student.combination %} {{ student.combination }} {% endif %} {% if score and score != 'X' and score != '' %} {{ score }} {% else %}   {# Empty cell for missing scores #} {% endif %} {{ student.average|default:"" }} {{ student.avg_grade|default:"" }} {{ student.points|default:"" }} {% if student.division %} {{ student.division }} {% endif %}