{% extends 'hospital/doctor_base.html' %} {% load static %} {% block content %} {%include 'hospital/doctor_dashboard_cards.html'%}



Recent Appointments For You
{% for a,p in appointments %} {% endfor %}
Patient Name Picture Description Mobile Address Date
{{a.patientName}} Profile Pic {{a.description}} {{p.mobile}} {{p.address}} {{a.appointmentDate}}
{% endblock content %}