{% extends "base.html" %} {% block content %} {% if student_answers %}

Student Details

{% csrf_token %} {% for student in student_answers %}

{% endfor %}
{% endif %} {% endblock %}