{% extends 'userbase.html' %} {% load static %} {% block content %}
| Patient Name | {{i.fullname}} | Patient Contact Number | {{i.mobilenumber}} | ||
|---|---|---|---|---|---|
| Patient Email | {{i.email}} | 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 %}
| Prescribed Medicine | {{ i.prescription}} | {% else %}Prescribed Medicine | Not Prescribed Yet | {% endif %}||
| Recommended Test | {{ i.recommendedtest}} | {% else %}Recommended Test | Not Recommended Yet | {% endif %}