{% extends 'base.html' %} {% block content %}
{% if messages %} {% for message in messages %} {% if message.tags == 'error' %} {% endif %} {% endfor %} {% endif %} {% if messages %} {% for message in messages %} {% if message.tags == 'success' %} {% endif %} {% endfor %} {% endif %}
{% for i in patientdetails %} Appointment Number: {{i.appointmentnumber}}Date: {{i.date_of_appointment}} {% if i.status == '0' %} {% else %} {% endif %} {% if i.status == '0' %} {% else %} {% endif %} {% if i.status == 'Completed' %} {% else %} {% endif %} {% if i.status == 'Completed' %} {% else %} {% endif %}
Patient Name {{i.pat_id.admin.first_name}} {{i.pat_id.admin.last_name}} Patient Contact Number {{i.pat_id.mobilenumber}}
Patient Address {{i.pat_id.address}} Patient Gender {{i.pat_id.gender}}
Patient Email {{i.pat_id.admin.email}} Date of Appointment {{i.date_of_appointment}}
Date of Time {{i.time_of_appointment}} Message {{i.additional_msg}}
Doctor Remark Not Updatet Yet
Doctor Remark {{ i.remark}}Staus Not Updatet YetStatus {{ i.status}}
Prescribed Medicine {{ i.prescription}}Prescribed Medicine Not Prescribed Yet
Recommended Test {{ i.recommendedtest}}Recommended Test Not Recommended Yet
{% if i.status == 'Approved' %}

{% endif %} {% endfor %}
{% endblock %}