{% extends 'base.html' %} {% block content %}
| Patient Name | {{i.pat_id.admin.first_name}} {{i.pat_id.admin.last_name}} | Patient Contact Number | {{i.pat_id.mobilenumber}} | ||
|---|---|---|---|---|---|
| Patient Email | {{i.pat_id.mobilenumber}} | Date of Appointment | {{i.date_of_appointment}} | ||
| Date of Time | {{i.time_of_appointment}} | Message | {{i.additional_msg}} | ||
| Doctor Remark | Not Updatet Yet | {% else %}||||
| Doctor Remark | {{ i.remark}} | {% endif %} {% if i.status == '0' %}Staus | Not Updatet Yet | {% else %}Status | {{ i.status}} | {% endif %}