{% extends 'teacher/teacherbase.html' %} {% block content %} {%load static%}

Available Courses
{% for t in courses %} {% endfor %}
Course Total Question Total Marks Action
{{t.course_name}} {{t.question_number}} {{t.total_marks}}






{% endblock content %}