{% extends 'base.html' %} {% block content %}
| Appointment Number | Patient Name | Date of Appointment | Time of Appointment | Creation Date | Status | Action | |
|---|---|---|---|---|---|---|---|
| {{i.appointmentnumber}} | {{i.fullname}} | {{i.date_of_appointment}} | {{i.time_of_appointment}} | {{i.created_at}} | {% if i.status == '0' %}Not Updated Yet | {% else %}{{ i.status}} | {% endif %}