{% extends "base.html" %} {% block title %}My Certificates{% endblock %} {% block nav_certificates_student %}active{% endblock %} {% block content %} {% if enrollment %} {% if certificates %}
{% for cert in certificates %}

Mirella & Lino Saputo Foundation LTD

In partnership with UVTAB

This certifies that

{{ enrollment.student.get_full_name }}

{{ enrollment.student_number }}

has been awarded the

{{ enrollment.program.get_level_display }}

{{ enrollment.program.name }}


Issue Date
{{ cert.issue_date|date:"d M Y" }}
Academic Year
{{ cert.academic_year }}
{% if cert.certificate_number %}
Certificate Number
{{ cert.certificate_number }}
{% endif %}
{% if cert.notes %}

{{ cert.notes }}

{% endif %}
{% if cert.certificate_file %} Download Certificate {% endif %} Print Certificate
{% endfor %}
{% else %}
No Certificates Yet

Your UVTAB certificates will appear here once they have been issued and recorded by the admin.

{% endif %} {% else %}
No enrollment found. Your certificates will appear here once you are enrolled.
{% endif %} {% endblock %}