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

Joint Exam Projects

{% 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 %} Score Capture
No projects found
{% endblock %}