{% extends 'booking/user/base.html' %} {% load static %} {% block extra_css %} {% endblock extra_css %} {% block side_text %}

{{title}}

{{description}}

{% endblock side_text %} {% block steps %} {% include 'booking/admin/components/show_errors.html' %}

Date

Please select the appointment date:


Time

Please select the appointment time:


Your information

please Enter your personal information


Your appointment Created!

you will get a confirmation email soon.

thanks for your time!

appointment ID:

#

{% endblock steps %} {% block extra_script %} {% endblock extra_script %}