diff --git a/app/templates/tenant/appointments/index.html b/app/templates/tenant/appointments/index.html index e7ae811..b16a947 100644 --- a/app/templates/tenant/appointments/index.html +++ b/app/templates/tenant/appointments/index.html @@ -4,13 +4,12 @@
| Time | Customer | Service | Staff | Status | Type | |
|---|---|---|---|---|---|---|
| Time | +Customer | +Service | +Staff | +Status | +Type | ++ | {{ appt.service.name if appt.service else '—' }} | {{ appt.staff.name if appt.staff else '—' }} | - + {{ appt.status }} | {{ 'Walk-in' if appt.is_walk_in else 'Booked' }} | - View + View {% if appt.status in ['pending','confirmed','in_progress'] %} - Checkout + Checkout {% endif %} | {% else %} -
| No appointments for this day. | ||||||
| No appointments for this day. | +||||||