Client
{% if hosting_client_profile %}
{{ hosting_client_profile.full_name }}
{% elif booking.hosting_client_profile %}
{{ booking.hosting_client_profile.full_name }}
{% elif booking.booked_by_user %}
{{ booking.booked_by_user.get_username }}
{% else %}
Local Client
{% endif %}
Client Type
{{ booking.get_client_type_display }}
Venue
{{ booking.venue_name_snapshot }}
Host
{{ booking.host_business_name_snapshot|default:"Hosting Partner" }}
Event Type
{{ booking.get_event_type_display }}
Event Date
{{ booking.preferred_event_date }}
Start Time
{{ booking.preferred_start_time|default:"Flexible / Not specified" }}
Guests
{{ booking.number_of_guests }}
{% if booking.expected_duration_hours %}
Duration
{{ booking.expected_duration_hours }} hours
{% endif %}
Booking Status
{{ booking.get_status_display }}
Payment Status
{{ booking.get_payment_status_display }}