{% extends 'student/studentbase.html' %} {% block content %} {%load static%}

Available Courses
{% for t in courses %} {% endfor %}
Exam Name Action
{{t.course_name}} Attend Exam






{% endblock content %}