{% extends 'hospital/admin_base.html' %} {% block content %}
Discharge Patient
{% for p in patients %} {% endfor %}
Name Symptoms Mobile Discharge
{{p.get_name}} {{p.symptoms}} {{p.mobile}}
{% endblock content %}