{% extends 'exam_layout.html' %} {% block body %} Name: {{session['name']}} Email: {{session['email']}} SUBJECT: {{subject}} TOPIC: {{topic}} EXAM-ID: {{test_id}} TIME LEFT:{{duration}} {% for test in callresults %} Q. {{test['qid']}} {{test['q']}} [MAX MARKS: {{test['marks']}}] Code Entered By You: Input Entered By You: Execution Status: {% endfor %} {% endblock %}