{% extends "exams/base.html" %} {% load static %} {% block page_title %} Rank Summary – {{ project.name }} {{ project.year }} {% endblock %} {% block content %}

Rank & Reports – {{ project.name }}-{{ project.year }}

{% if user.is_superuser or user.profile.role == "super" or user.profile.role == "district" or user.profile.role == "school" %}
School Ranking

Overall · Region · District

Subject-School Ranking

View schools ranked by subject GPA

VIEW SUBJECTS
G.Sumry/Tables/Bests

{% if project.academic_level.code == "A-LEVEL" %} A-Level Report (Form Six) {% elif project.academic_level.code == "O-LEVEL" %} O-Level Report (Form Four) {% elif project.academic_level.code == "PRIMARY" %} Primary Level Report {% else %} Exam Report {% endif %}

{% if project.academic_level.id == 1 %} OPEN O-LEVEL {% if project.academic_level.id == 2 %} OPEN A-LEVEL {% if project.academic_level.id == 3 %} OPEN PRIMARY {% else %} OPEN REPORT {% endif %} {% endif %} {% endif %}
School Results

Per-school downloads & performance

OPEN
{% endif %} {% if user.is_superuser or user.profile.role == "super" %}
RESERVER #1

Link to Be Used

OPEN
RESERVER #2

Link to Be Used

OPEN
{% endif %}
{% endblock %}