{% extends 'professor_dashboard.html' %} {% block body %}
{% if(cresults is not none) %}

STUDENT RESULTS

{% for test in tests %} {% endfor %}
Test ID Subject Topic Result
{{test['test_id']}} {{test['subject']}} {{test['topic']}} View Result
{% else %}

No Records Found!

{% endif %}
{% endblock %}