Total Schools: {{ total_schools }}
| C.NO | NAMES | SX | COMB | {% for subject in subjects %}{{ subject.subject_code }} | {% endfor %}AVG | GRD | PTS | DIV | |
|---|---|---|---|---|---|---|---|---|---|
| SCR | GRD | {% endfor %}||||||||
| {{ student.cand_no }} | {{ student.name }} | {{ student.sex }} | {% if student.combination %} {{ student.combination }} {% endif %} | {% for pair in student.subject_pairs %}{{ pair.score|default:"-" }} | {{ pair.grade|default:"" }} | {% endfor %}{{ student.average|default:""|floatformat:0 }} | {{ student.avg_grade|default:"" }} | {{ student.points|default:"" }} | {% if student.division %} {{ student.division }} {% endif %} |
| No student data available | |||||||||