Mirella & Lino Saputo Foundation LTD

Uganda Vocational Training & Bursary — Kampala, Uganda
Official Academic Transcript
Issued: {{ printed_date|date:"d F Y" }}
Ref: TXN-{% if enrollment %}{{ enrollment.student_number }}{% else %}N/A{% endif %}
{% if not enrollment %}

No enrollment record found for your account.

{% else %}
Student Name
{{ student.get_full_name }}
Student Number
{{ enrollment.student_number }}
Programme
{{ enrollment.program.name }}
Enrolment Status
{% if enrollment.is_active %}Active{% else %}Inactive{% endif %}
Email
{{ student.email }}
Date of Enrolment
{{ enrollment.enrolled_at|date:"d F Y" }}
{% if not grouped_results %}

No results have been recorded on this account yet.

{% else %} {% for academic_year, terms in grouped_results.items %}
Academic Year {{ academic_year }}
{% for term_label, course_blocks in terms.items %}
{{ term_label }}
{% for block in course_blocks %} {% for result in block.results %} {% endfor %} {% if block.final %} {% endif %} {% endfor %}
Course Assessment Type Grade Marks Remarks
{% if forloop.first %}{{ block.course.name }} {% if block.course.code %}
{{ block.course.code }}{% endif %}{% endif %}
{{ result.get_grade_type_display }} {{ result.grade }} {% if result.marks is not None %}{{ result.marks }}/100{% else %}—{% endif %} {{ result.notes|default:"" }}
Final Grade {{ block.final.grade }} {{ block.final.marks }}%
{% endfor %}
{% endfor %} {% endif %}
Total Records
{{ total_results }}
Programme
{{ enrollment.program.name }}
Document Status
Official
Grade Scale: A Distinction 80–100% B Credit 65–79% C Pass 50–64% D Partial Pass 40–49% F Fail 0–39%
Final Grade weighting: Theory 30% · Practical 40% · End-of-Term Exam 30%
{% endif %}