{% extends "exams/base.html" %} {% load static %} {% block content %}
Complete analysis with charts and rankings
{% if project.academic_level.id == 2 %} View A-Level Report {% elif project.academic_level.id == 1 %} View O-Level Report {% elif project.academic_level.id == 3 %} View Primary Report {% endif %}Print-optimized version for official use
{% if project.academic_level.id == 2 %} Print A-Level {% elif project.academic_level.id == 1 %} Print O-Level {% elif project.academic_level.id == 3 %} Print Primary {% endif %}Download data in Excel format
{% if project.academic_level.id == 2 %} Excel A-Level {% elif project.academic_level.id == 1 %} Excel O-Level {% elif project.academic_level.id == 3 %} Excel Primary {% endif %}This will delete ALL data associated with this project. The project structure will remain but all results will be cleared.