{% load crispy_forms_tags %}
Update Booking Status
{% csrf_token %}
Current status: {{ booking.get_status_display }}
This note will be visible to the customer and saved in the booking history.
{% block extra_js %}
{% endblock %}