{# CODEX_DJANGO_CLI BLUEPRINT STATUS: MOVE_TO_CLI_BLUEPRINT. Reason: generated app-layer or scaffold-owned template for codex-django-cli blueprints. #} {# Partial template for HTMX updates #} {% load i18n %}
| {% trans "Client" %} | {% trans "SERVICE" %} | {% trans "SPECIALIST" %} | {% trans "Date / Time" %} | {% trans "Price" %} | {% trans "STATUS" %} |
|---|---|---|---|---|---|
|
{{ appt.initials }}
{{ appt.client_name }}
{{ appt.phone|default:'' }}
|
{{ appt.service_title }}
{{ appt.duration }} min
|
{{ appt.master_initials }}
{{ appt.master_name }}
|
{{ appt.date|default:'' }}
{{ appt.time }}
|
${{ appt.price }} | ●{{ appt.status_label }} |
| {% trans "No appointments found" %} | |||||