{% load static %} HealthStack
{% include 'doctor-navbar.html' %}
{% include 'doctor-sidebar.html' %}
{% for app in appointments %}
User Image

{{app.patient.name}}

Appoinment Serial No: #PT{{app.serial_number}}
{{app.date}} {{app.time}}
Purpose: {{app.appointment_type}}
{{app.patient.address}}
{{app.patient.email}}
{% if app.payment_status == 'pending' %} Payment Status: Pending {% endif %} {% if app.payment_status == 'VALID' %} Payment Status: Paid {% endif %}
+880{{app.patient.phone_number}}
{% endfor %}
{% include 'footer.html' %}