{% extends "exams/base.html" %} {% block content %}

Joint Exam Projects

{% if user.is_superuser or user.profile.role == "super" %} Add Project {% endif %}
{% for project in projects %} {% empty %} {% endfor %}
Name Level Year Status
{{ project.name }} {{ project.academic_level.name }} {{ project.year }} {% if project.is_active %} Active {% else %} Inactive {% endif %} {% if user.is_superuser or user.profile.role == "super" %} Student Management Scripts Bulk-Upload Scripts Management Upload Final Mark Process SubjectsFinalMark Process Results/Ranking Release Results Quick Rank RANK-SUMMARY-page BackUps-Exam Scores (CSV) BackUps-ProcessedSubject (CSV) BackUps-PivotScores(CSV) BackUps-PivotProcessed(CSV) STANDARDIZE Processed STANDARDIZE Papers SCHOOL-STANDARDIZE Download District Results Download District Results {% endif %} {% if user.is_superuser or user.profile.role == "data" %} Marks Capture Progress Score-Update {% endif %}
No projects found
{% endblock %}