{% extends "base.html" %} {% load portal_extras %} {% block title %}Certificates{% endblock %} {% block nav_certificates %}active{% endblock %} {% block content %}
{% if search_query or current_program or current_year %} {% endif %}
{{ certificates.count }}
Certificates Issued
{% if certificates %}
{% for cert in certificates %} {% endfor %}
Student Program Level Certificate No. Issue Date Year File Actions
{{ cert.enrollment.student.get_full_name }}
{{ cert.enrollment.student_number }}
{{ cert.enrollment.program.name }} {{ cert.enrollment.program.get_level_display }} {{ cert.certificate_number|default:"—" }} {{ cert.issue_date|date:"d M Y" }} {{ cert.academic_year }} {% if cert.certificate_file %} View {% else %} {% endif %}
{% else %}

No certificates recorded yet.

Record First Certificate
{% endif %}
{% if is_paginated %} {% endif %} {% endblock %}