{# 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 Date" %}
{% with prev_month=month|add:"-1" prev_year=year %} {% if prev_month == 0 %} {% else %} {% endif %} {% endwith %} {{ year }}-{{ month|stringformat:"02d" }} {% with next_month=month|add:"1" %} {% if next_month == 13 %} {% else %} {% endif %} {% endwith %}
{% for week in calendar_data %} {% for day in week.days %} {% endfor %} {% endfor %}
{% trans "Mo" %} {% trans "Tu" %} {% trans "We" %} {% trans "Th" %} {% trans "Fr" %} {% trans "Sa" %} {% trans "Su" %}
{% if day.day %} {% endif %}
← {% trans "Back to services" %}