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

Students
{% for t in students %} {% endfor %}
Name Photo Contact Address Actions
{{t.get_name}} Profile Pic {{t.mobile}} {{t.address}}
{% endblock content %}