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