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

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






{% endblock content %}