{% extends 'exam/adminbase.html' %} {% block content %} {%load static%}

View Marks
{% for t in results %} {% endfor %}
Course Total Marks Number of Attempt Exam Date
{{t.exam}} {{t.marks}} Attempt {{ forloop.counter }} {{t.date}}






{% endblock content %}