{# CODEX_DJANGO_CLI BLUEPRINT STATUS: KEEP_IN_SANDBOX_RUNTIME. Reason: runtime sandbox/project template, not a codex-django-cli blueprint source. #} {% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Book an Appointment" %}{% endblock %} {% block content %}

{% trans "Book an Appointment" %}

{% trans "Service" %}
{% trans "Date" %}
{% trans "Time" %}
{% trans "Confirm" %}
{% include "features/booking/partials/step_service.html" %}
{% endblock %}