{% load static %}
Student Registration
Course
Hub
Explore
{% for code, label in categories %}
{{ label }}
{% endfor %}
Dashboard
🎓 Completed Courses
Back
{% if completed_courses %}
{% for completed in completed_courses %} {% endfor %}
📚 Course Name
📅 Completion Date
📜 Certification
{{ completed.course.name }}
{{ completed.completedate|date:"Y-m-d H:i" }}
Download Certificate
{% else %}
You have not completed any courses yet.
{% endif %}