{# CODEX_DJANGO_CLI BLUEPRINT STATUS: KEEP_IN_SANDBOX_RUNTIME. Reason: runtime sandbox/project template, not a codex-django-cli blueprint source. #} {% load i18n %}
{% trans "Choose a Time" %}
{{ target_date }}
{% if slots %}
{% for slot in slots %} {% endfor %}
{% else %}
{% trans "No available slots for this date." %}
{% endif %} ← {% trans "Back to calendar" %}