{% extends 'expat_life/base.html' %} {% load static %} {% block title %}{{ venue.venue_name }} | Host Venue in Sri Lanka{% endblock %} {% block content %}
{% if venue.cover_image %}
{{ venue.venue_name }}
{% else %}
{% endif %}
Host Venue Details

{{ venue.venue_name }}

{{ venue.short_description }}

{% if venue.is_featured %} Featured Venue {% endif %} {% if venue.venue_category %} {{ venue.get_venue_category_display }} {% endif %} {% if venue.city or venue.district %} {% if venue.city %}{{ venue.city }}{% endif %} {% if venue.city and venue.district %}, {% endif %} {% if venue.district %}{{ venue.district }}{% endif %} {% endif %} {% if venue.max_guest_capacity %} Up to {{ venue.max_guest_capacity }} guests {% endif %}

About This Venue

Learn more about the atmosphere, suitability, and event possibilities of this venue.

{{ venue.full_description }}

{% if gallery_images %}

Venue Gallery

Browse images shared by the hosting partner.

{% endif %}

Suitable For

These are the celebration types this venue can usually support.

{% if venue.supports_romantic_dates %} Romantic Dates {% endif %} {% if venue.supports_proposal_events %} Proposal Events {% endif %} {% if venue.supports_anniversaries %} Anniversaries {% endif %} {% if venue.supports_birthdays %} Birthdays {% endif %} {% if venue.supports_honeymoon_experiences %} Honeymoon Experiences {% endif %} {% if venue.supports_private_dinners %} Private Dinners {% endif %} {% if venue.supports_engagement_events %} Engagement Events {% endif %} {% if venue.supports_small_weddings %} Small Weddings {% endif %} {% if venue.supports_custom_celebrations %} Custom Celebrations {% endif %}

Venue Facilities & Capabilities

Practical facilities and support options available at this venue.

{% if venue.meal_service_available %} Meal Service {% endif %} {% if venue.alcohol_available %} Alcohol Available {% endif %} {% if venue.decoration_available %} Decoration Available {% endif %} {% if venue.photography_allowed %} Photography Allowed {% endif %} {% if venue.music_allowed %} Music Allowed {% endif %} {% if venue.indoor_available %} Indoor Area {% endif %} {% if venue.outdoor_available %} Outdoor Area {% endif %} {% if venue.private_area_available %} Private Area {% endif %} {% if venue.parking_available %} Parking {% endif %}

Event Packages

Packages prepared by the host for specific celebration experiences.

{% if event_packages %}
{% for package in event_packages %}
{% if package.package_image %} {{ package.title }} {% else %}
{% endif %} {% if package.is_featured %} Featured {% endif %}
Event Package

{{ package.title }}

{% if package.description %}

{{ package.description|truncatechars:145 }}

{% endif %} USD {{ package.price_usd|floatformat:2 }}
{% endfor %}
{% else %}

No event packages have been published for this venue yet.

{% endif %}

Meal Plans

Optional dining arrangements available for this venue.

{% if meal_plans %}
{% for meal_plan in meal_plans %}
{% if meal_plan.meal_image %} {{ meal_plan.title }} {% else %}
{% endif %} {% if meal_plan.is_featured %} Featured {% endif %}
Meal Plan

{{ meal_plan.title }}

{% if meal_plan.description %}

{{ meal_plan.description|truncatechars:145 }}

{% endif %} USD {{ meal_plan.price_per_person_usd|floatformat:2 }} per person {% if meal_plan.minimum_people %}
Minimum {{ meal_plan.minimum_people }} people
{% endif %}
{% endfor %}
{% else %}

No meal plans have been published for this venue yet.

{% endif %}

Add-on Services

Optional enhancements such as décor, cake, flowers, photography, music, and more.

{% if add_on_services %}
{% for service in add_on_services %}
{% if service.add_on_image %} {{ service.title }} {% else %}
{% endif %} {% if service.is_featured %} Featured {% endif %}
Add-on Service

{{ service.title }}

{% if service.description %}

{{ service.description|truncatechars:145 }}

{% endif %} USD {{ service.price_usd|floatformat:2 }} {% if service.pricing_type %} · {{ service.get_pricing_type_display }} {% endif %}
{% endfor %}
{% else %}

No add-on services have been published for this venue yet.

{% endif %}

Plan This Experience

Booking and ordering will be connected next.

Booking Flow Ready to Plan

Select your preferred package, meal plan, add-on services, event date, guest count, and special notes. Your booking order will be prepared and added to your Guest Payment Center for confirmation.

Venue Information

Key details about this host venue.

Category {% if venue.venue_category %} {{ venue.get_venue_category_display }} {% else %} Host Venue {% endif %}
Location {% if venue.city %}{{ venue.city }}{% endif %} {% if venue.city and venue.district %}, {% endif %} {% if venue.district %}{{ venue.district }}{% endif %}
{% if venue.max_guest_capacity %}
Guest Capacity Up to {{ venue.max_guest_capacity }} guests
{% endif %} {% if venue.google_map_link %} {% endif %}
{% if venue.important_notes %}

Important Notes

Please review these details before planning an event.

{{ venue.important_notes }}
{% endif %}
{% if related_venues %}
Related Venues

More venues nearby.

Explore other host venues in the same district that may also suit your celebration plans.

{% for related in related_venues %}
{% endfor %}
{% endif %}
{% endblock %}