{% extends "exams/base.html" %} {% load static %} {% block content %} {# optional external CSS - below includes inline fallback #}

JOINT EXAMINATIONS RESULTS - KIGOMA {{ request.user.username }} ({{ request.user.profile.role|upper }})

Joint Exam Projects

{% for project in projects %} {% empty %} {% endfor %}
Name Level Actions
{{ project.name }} {% 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 {% endif %} {% if user.is_superuser or user.profile.role == "data" %} Marks Capture Progress Score-Update {% endif %} {{ project.academic_level.name }}
No projects found
{% endblock %}