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

Paper Registrations - {{ project.name }}

Bulk Upload Back

{{ total_schools }}

Schools

{{ total_students }}

Students

{{ total_papers }}

Paper Registrations

{% if total_students %}{{ total_papers|divisibleby:total_students|yesno:"Yes,No" }}{% else %}0{% endif %}

Has Registrations
Schools
{% for item in schools %} {% empty %} {% endfor %}
# School Code School Name District Region Students Papers Actions
{{ forloop.counter }} {{ item.school.school_code }} {{ item.school.name }} {{ item.school.district.name }} {{ item.school.district.region.name }} {{ item.student_count }} {{ item.paper_count }} Manage

No schools found with students in this project.

Upload Students First
{% endblock %}