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

STUDENT RESULTS [SUBJECTIVE]

{% for test in tests %} {% endfor %}
Test ID Subject Topic Marks
{{test['test_id']}} {{test['subject']}} {{test['topic']}} {{test['marks']}}
{% endblock %}