{% extends "exams/base.html" %} {% block content %}
student_number | paper_code1 | paper_code2 | ... | paper_code16
Each column after student_number should contain paper codes (e.g., 11/1, 12/1, 13/1)
| # | School Code | School Name | District | Region | Students | Papers | Actions |
|---|---|---|---|---|---|---|---|
| {{ forloop.counter }} | {{ item.school.school_code }} | {{ item.school.name|truncatechars:35 }} | {{ 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 |
|||||||