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

Available Questions
{% for c in questions %} {% endfor %}
Question Marks Action
{{c.question}} {{c.marks}}






{% endblock content %}