{% extends 'hospital/doctor_base.html' %} {% block content %} {%load static%}
Delete Your Appointments
{% for a,p in appointments %} {% endfor %}
Patient Name Picture Description Delete
{{a.patientName}} Profile Pic {{a.description}}
{% endblock content %}