{% extends BASE_TEMPLATE %} {% load i18n %} {% load static %} {% block customCSS %} {% endblock %} {% block title %} {{ page_title }} {% endblock %} {% block description %} {{ page_description }} {% endblock %} {% block body %}

{{ service.name }}

{% trans "Check out our availability and book the date and time that works for you" %}
{% trans "Select a date and time" %}
{% trans "Timezone" %}: {{ timezoneTxt }}

{{ date_chosen }}
{% csrf_token %}
{% trans "Service Details" %}

{{ service.name }}

{{ date_chosen }}

{{ service.get_duration }}

{{ service.get_price_text }}

{% if messages %} {% for message in messages %} {% endfor %} {% endif %}
{% endblock %} {% block customJS %} {% endblock %}