{% extends 'hospital/doctor_base.html' %}
{% load static %}
{% block content %}
{%include 'hospital/doctor_dashboard_cards.html'%}
Patient Name | Picture | Description | Mobile | Address | Date |
---|---|---|---|---|---|
{{a.patientName}} | |
{{a.description}} | {{p.mobile}} | {{p.address}} | {{a.appointmentDate}} |