{% extends "exams/base.html" %} {% block content %}
| # | 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 |
|||||||