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

{{title}}

{{description}}

{% endblock side_text %} {% block steps %}

Your Booking Created!

you will get a confirmation email soon.

thanks for your time!

Booking ID:

#{{booking_id}}

{% endblock steps %} {% block buttons %}
Make another booking
{% endblock buttons %}