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

{% for i in exams %}

{{i.exam_name}}

Description:

{{i.exam_name}}

Subject:

{{i.course_name}}

No. of Questions:

{{i.no_of_questions}}

Attempt no:

{{i.attempt_no}}

Pass percentage:

{{i.pass_percentage}}

Start Time:

{{i.start_time}}

End Time:

{{i.end_time}}
{% if i.attemptable == 0%} {% else %} {% endif %}
{% endfor %}
{% endblock content%}