{% extends 'online_exam/base_student.html' %} {% load static %} {% block title %} Progress {% endblock title %} {% block content %}

{% for i in registrations %} {% endfor %}
Session Subject Topic Score Verified Answer Key
{{i.year}}{{i.course}}{{i.exam_name}}{{i.score}} {% if i.verify == 1 %} {% elif i.verify == 0 %} {% endif %}
{% csrf_token %}
{% endblock content%}