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