{% extends "exams/base.html" %} {% block content %}

School Registrations - {{ project.name }}

{% for item in schools %} {% empty %} {% endfor %}
# School Code School Name District Students Registrations Actions
{{ forloop.counter }} {{ item.school.school_code }} {{ item.school.name }} {{ item.school.district.name }} {{ item.student_count }} {{ item.registration_count }} Manage
No schools found
{% endblock %}