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

Manage Students

{{ school.school_code }} - {{ school.name }} | {{ school.district.name }}, {{ school.district.region.name }} | {{ total_students }} students
Total: {{ total_students }}
0%
Processing...
{% for student in students %} {% empty %} {% endfor %}
# Student Number Full Name Sex Combination Status Actions
{{ forloop.counter }} {{ student.student_number }} Saved

No students found for this school.

{% endblock %}