{{ booking.get_event_type_display }} {% if booking.occasion_title %} — {{ booking.occasion_title }} {% endif %}
{{ booking.get_status_display }}
{{ booking.get_payment_status_display }}
Event Date
{{ booking.preferred_event_date|date:"M d, Y" }}
Start Time
{% if booking.preferred_start_time %}
{{ booking.preferred_start_time|time:"g:i A" }}
{% else %}
Not specified
{% endif %}
Guests
{{ booking.number_of_guests }}
Total Amount
${{ booking.total_amount_usd }}
Selected Package, Meals & Add-ons
{% if booking.package_title_snapshot %}
Package:
{{ booking.package_title_snapshot }}
(${{ booking.package_amount_snapshot_usd }})
Meal Plan:
{{ booking.meal_plan_title_snapshot }}
(${{ booking.meal_amount_snapshot_usd }})
Add-on:
{{ add_on.add_on_title_snapshot }}
x {{ add_on.quantity }}
(${{ add_on.subtotal_snapshot_usd }})
No package, meal plan, or add-on snapshot found.
Notes & Requests
{% if booking.occasion_note %}{{ booking.occasion_note }}
{{ booking.special_requests }}
{% if booking.payment_status == 'due' and booking.payable_item %}
{% endif %}
Dashboard
Explore Hosting