{# CODEX_DJANGO_CLI BLUEPRINT STATUS: KEEP_IN_SANDBOX_RUNTIME. Reason: runtime sandbox/project template, not a codex-django-cli blueprint source. #} {% load i18n %}
{% if success %} {# ── Booking confirmed ── #}
{% trans "Booking Confirmed!" %}

{% trans "Your appointment has been booked successfully." %}

{% trans "Book another appointment" %}
{% else %} {# ── Confirmation form ── #}
{% trans "Confirm Your Booking" %}
{% if error %}
{{ error }}
{% endif %}
{% trans "Service" %}
{% trans "Date" %}
{% trans "Time" %}
{% csrf_token %}
← {% trans "Back to time selection" %} {% endif %}