{% extends 'hospital/admin_base.html' %} {% block content %} {%load static%}
Doctors   Applied For Registration
{% for d in doctors %} {% endfor %}
Name Profile Picture Mobile Address Department Approve Reject
{{d.get_name}} Profile Pic {{d.mobile}} {{d.address}} {{d.department}}
{% endblock content %}