{% 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" %}