{% extends "exams/base.html" %} {% block content %}
| School | Student No | Name | Sex | Comb | Avg | Grade | Points | Division | Full Results |
|---|---|---|---|---|---|---|---|---|---|
| {{ r.student.school.school_code }} | {{ r.student.student_number }} | {{ r.student.full_name }} | {{ r.student.sex }} | {{ r.student.combination.code }} | {{ r.std_average }} | {{ r.std_averagegrade }} | {{ r.total_points }} | {{ r.division }} | {{ r.full_results }} |
| No results found | |||||||||