{% extends "exams/base_blank.html" %} {% load dict_extras %} {% block content %} Student Registrations - {{ school.school_code }}

Student Subject Registrations

{{ school.school_code }} - {{ school.name }} | {{ school.district.name }}, {{ school.district.region.name }}
Back
{{ total_students }} Students {{ total_papers }} Subjects {{ students|length|add:0 }} Registrations
Selected: 0
0%
Processing...
{% for paper in papers %} {% endfor %} {% for student in students %} {% for paper in papers %} {% endfor %} {% empty %} {% endfor %}
Student No Full Name Sex Comb. {{ paper.code }} {{ paper.subject_code }} Action
{{ student.student_number }} {{ student.full_name }} {{ student.sex }} {{ student.combination|default:"-" }}

No students found for this school.

{% endblock %}