{% extends "exams/base.html" %} {% load static %} {% block content %}
{{ project.name }}
{{ project.academic_level.name }} {{ project.year }} {% if project.is_active %} Active {% else %} Inactive {% endif %}
Project Management Tools

Reports & Rankings and BackUps
Generate Reports
Combined Report

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 Report

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 %}
Export to Excel

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 %}
DANGER ZONE - DELETE ALL PROJECT DATA
⚠️ WARNING: This action cannot be undone!
This will permanently delete ALL data associated with this project including:
  • Project Students
  • Processed Subject Scores
  • School Results
  • Student Final Results
  • Subject Performance Results
  • All related data

This will delete ALL data associated with this project. The project structure will remain but all results will be cleared.

{% endblock %}