{% load math_tags %} NECTA Format Results – {{ school.name }} – {{ project.name }}
PRIME MINISTER'S OFFICE - REGIONAL ADMINISTRATION AND LOCAL GOVERNMENT (PO-RALG)
{{ project.name|upper }}
{{ school.school_code }} {{ school.name|upper }} {{ school.district.name|upper }} - {{ school.district.region.name|upper }}
I II III IV 0 GPA RANK
{{ 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 Students with Marks: {{ total_students_with_marks }}
STUDENTS DETAILS
{% for student in students %} {% empty %} {% endfor %}
C.NO NAMES SEX COMB SUBJECTS (GRADE) PTS DIV
{{ student.cand_no }} {{ student.name }} {{ student.sex }} {{ student.combination }} {% for subject in student.subject_pairs %} {{ subject.name }} - {{ subject.grade }}{% if not forloop.last %}, {% endif %} {% empty %} No marks recorded {% endfor %} {{ student.points|default:"-" }} {{ student.division|default:"-" }}
No students with marks found
* Only subjects with valid grades are shown. Students without any marks are not displayed.