{% extends 'professor_dashboard.html' %} {% block body %}
{% if tests is not none and tests %}

EXAM HISTORY

{% for test in tests %} {% endfor %}
Test ID Password Subject Topic Share
{{test['test_id']}} {{test['password']}} {{test['subject']}} {{test['topic']}} Share
{% else %}

No Records Found!

{% endif %}
{% endblock %}