{% extends "exams/base.html" %} {% load static %} {% block content %}
{{ project.name }}
Back
{% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %}
What this process will do:
{% for p in page_obj %} {% empty %} {% endfor %}
Subject Paper Code Total Scripts Scores Filled Progress Action
{{ p.subject.subject_name_eng }} {{ p.paper_code }} {{ p.total_scripts }} {{ p.filled_scores }}
{{ p.completion_percent|floatformat:1 }}%
Schools Download Template
No subject papers found
{% endblock %}