{% comment %}
{% endcomment %}
| Patient Serial Number | Appt Date | Purpose | Contact | Payment Status | Action |
|---|---|---|---|---|---|
|
{{appointment.date}} {{appointment.time}} | {{ appointment.appointment_type }} | {{appointment.patient.email}} Phone: {{appointment.patient.phone_number}} | {% if appointment.payment_status == 'pending' %} Pending {% endif %} {% if appointment.payment_status == 'VALID' %} Paid {% endif %} {% if appointment.payment_status == 'cancelled' %} Cancelled {% endif %} |
| Date | Prescription ID | Patient | Contact | Action |
|---|---|---|---|---|
| {{p.create_date}} | {{p.prescription_id}} |
|
{{p.patient.email}} Phone: {{p.patient.phone_number}} |
| Report Delivery Date | Report ID | Patient | Contact | |
|---|---|---|---|---|
| {{report.delivery_date}} | {{report.report_id}} |
|
{{patient.email}} Phone: {{patient.phone_number}} |