{% extends "base.html" %} {% block content %}
ID | Patient | Doctor | Date | Time | Status |
---|---|---|---|---|---|
{{ appointment[0] }} | {{ appointment[1] }} | {{ appointment[2] }} | {{ appointment[3] }} | {{ appointment[4] }} | {{ appointment[5] }} |
No appointments found. Schedule your first appointment!
{% endif %}