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