{% extends 'hospital/admin_base.html' %} {% block content %} {%load static%}
Patient
{% for p in patients %} {% endfor %}
Name Profile Picture Symptoms Mobile Address Update Delete
{{p.get_name}} Profile Pic {{p.symptoms}} {{p.mobile}} {{p.address}}
{% endblock content %}