{% extends "showcase/cabinet/booking/base_booking.html" %} {% block title %}Booking — {{ page_title }}{% endblock %} {% block extra_css %} {% endblock %} {% block cabinet_content %}
| Client | SERVICE | SPECIALIST | Date / Time | Price | STATUS |
|---|---|---|---|---|---|
|
{{ appt.initials }}
{{ appt.client }}
{{ appt.phone }}
|
{{ appt.service }}
{{ appt.duration }} min
|
{{ appt.staff_initials }}
{{ appt.staff_name }}
|
23 March 2026
{{ appt.start_label }} — {{ appt.end_label }}
|
{{ appt.price }} | ●{{ appt.status_label }} |
| {% include "showcase/cabinet/includes/_empty_state.html" with icon="bi-calendar-x" title="No records" subtitle="No records found for the selected filters" %} | |||||