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

Pending Teachers
{% for t in teachers %} {% endfor %}
Name Photo Contact Address Actions
{{t.get_name}} Profile Pic {{t.mobile}} {{t.address}}






{% endblock content %}