{% extends "dashboard_base.html" %} {% block title %}Reschedule booking — calrs{% endblock %} {% block dashboard_content %}

Reschedule booking

This will send {{ guest_name }} an email asking them to pick a new time.

Event: {{ event_title }}
Guest: {{ guest_name }} ({{ guest_email }})
Currently: {{ date_label }} at {{ start_time }} – {{ end_time }}
Cancel
{% endblock %}