{% extends 'exam/adminbase.html' %} {% block content %} {%load static%}

Registered Students
{% for t in students %} {% endfor %}
Name Photo Action
{{t.get_name}} Profile Pic View Marks






{% endblock content %}