{% extends "booking_ui/base.html" %} {% block title %}Booking {{ booking.reference }} | {{ branding.site_name }}{% endblock %} {% block content %}
{{ booking.client_name }}{% if booking.email %} · {{ booking.email }}{% elif booking.client_email %} · {{ booking.client_email }}{% endif %}
Rescheduling not available for this booking.
{% endif %} {% if can_cancel %} {% else %}Cancellation not available.
{% endif %}