{% extends 'professor_dashboard.html' %} {% block body %}

SHARE DETAILS WITH STUDENTS

{% for res in callresults%} {% endfor %}
TEST ID {{res['test_id']}}
SUBJECT {{res['subject']}}
TOPIC {{res['topic']}}
DURATION {{res['duration']}} sec
START {{res['start']}}
END {{res['end']}}
PASSWORD {{res['password']}}
NEGATIVE MARKS {{res['neg_marks']}} %
CALCULATOR ALLOWED {% if(res['calc'] == 1) %} YES {% else %} NO {% endif %}
EMAILS LIST: [SEPARATED BY COMMA (,)]
{% endblock %}