{% extends 'hosting_app/base_hosting.html' %} {% load static %} {% block title %}{{ venue.venue_name }} | Host in Sri Lanka{% endblock %} {% block content %}
{% if venue.cover_image %}
{{ venue.venue_name }}
{% else %}
{% endif %}
{% if venue.venue_category %} {{ venue.get_venue_category_display }} {% else %} Host Venue {% endif %}

{{ venue.venue_name }}

{{ venue.short_description }}

{% if venue.host_profile %} {{ venue.host_profile.business_name }} {% endif %} {% if venue.city or venue.district %} {% if venue.get_city_display %} {{ venue.get_city_display }} {% else %} {{ venue.city }} {% endif %} {% if venue.city and venue.district %}, {% endif %} {% if venue.get_district_display %} {{ venue.get_district_display }} {% else %} {{ venue.district }} {% endif %} {% endif %} {% if venue.max_guest_capacity %} Up to {{ venue.max_guest_capacity }} Guests {% endif %} {% if venue.is_featured %} Featured Host {% endif %}

About This Venue

Learn about the atmosphere, purpose, and celebration suitability of this host venue.

{{ venue.full_description }}

Location & Access

Basic public location details for this venue.

District {% if venue.get_district_display %} {{ venue.get_district_display }} {% else %} {{ venue.district }} {% endif %}
City {% if venue.get_city_display %} {{ venue.get_city_display }} {% else %} {{ venue.city }} {% endif %}
Address {% if venue.address %} {{ venue.address|linebreaksbr }} {% else %} Shared after arrangement confirmation {% endif %}
Map {% if venue.google_map_link %} Open Google Map {% else %} Map link not available {% endif %}

Suitable For

Celebration types this venue may 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 %} {% if not venue.supports_romantic_dates and not venue.supports_proposal_events and not venue.supports_anniversaries and not venue.supports_birthdays and not venue.supports_honeymoon_experiences and not venue.supports_private_dinners and not venue.supports_engagement_events and not venue.supports_small_weddings and not venue.supports_custom_celebrations %}
Event suitability details are not available yet.
{% endif %}

Facilities & Capabilities

Practical facilities that may support guest arrangements.

{% 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 %} {% if not venue.meal_service_available and not venue.alcohol_available and not venue.decoration_available and not venue.photography_allowed and not venue.music_allowed and not venue.indoor_available and not venue.outdoor_available and not venue.private_area_available and not venue.parking_available %}
Facility details are not available yet.
{% endif %}

Venue Gallery

Browse images uploaded by the Hosting Partner.

{% if gallery_images %} {% else %}
Gallery images are not available yet.
{% endif %}

Event Packages

Available event packages connected with this venue.

{% if event_packages %}
{% for package in event_packages %}
{% if package.image %} {{ package.title }} {% elif package.package_image %} {{ package.title }} {% else %}
{% endif %}

{{ package.title }}

{% if package.short_description %} {{ package.short_description|truncatechars:130 }} {% else %} Event package details will be available soon. {% endif %}

From USD {{ package.base_price_usd }}
{% endfor %}
{% else %}
Event packages are not listed yet. You can still contact Ensolanka to discuss a custom arrangement with this venue.
{% endif %}

Meal Plans

Meal options connected with this venue, where available.

{% if meal_plans %}
{% for meal in meal_plans %}
{% if meal.image %} {{ meal.title }} {% else %}
{% endif %}

{{ meal.title }}

{{ meal.description|truncatechars:130 }}

USD {{ meal.price_per_person_usd }} / person
{% endfor %}
{% else %}
Meal plans are not listed yet.
{% endif %}

Add-on Services

Optional services that may improve the celebration experience.

{% if add_on_services %}
{% for service in add_on_services %}
{% if service.image %} {{ service.title }} {% else %}
{% endif %}

{{ service.title }}

{{ service.description|truncatechars:130 }}

USD {{ service.price_usd }}
{% endfor %}
{% else %}
Add-on services are not listed yet.
{% endif %}
{% if venue.important_notes %}

Important Notes

Rules, restrictions, advance notice requirements, or practical details.

{{ venue.important_notes }}
{% endif %}

Venue Summary

Quick details for this public hosting venue.

Venue Type {% if venue.venue_category %} {{ venue.get_venue_category_display }} {% else %} Host Venue {% endif %}
Hosting Partner {% if venue.host_profile %} {{ venue.host_profile.business_name }} {% else %} Ensolanka Hosting Partner {% endif %}
Location {% if venue.city or venue.district %} {% if venue.get_city_display %} {{ venue.get_city_display }} {% else %} {{ venue.city }} {% endif %} {% if venue.city and venue.district %}, {% endif %} {% if venue.get_district_display %} {{ venue.get_district_display }} {% else %} {{ venue.district }} {% endif %} {% else %} Sri Lanka {% endif %}
Capacity {% if venue.max_guest_capacity %} Up to {{ venue.max_guest_capacity }} guests {% else %} Subject to arrangement {% endif %}
Meal Service {% if venue.meal_service_available %} Available {% else %} Subject to package {% endif %}
Private Area {% if venue.private_area_available %} Available {% else %} Not specified {% endif %}

How Booking Works

Event arrangements are coordinated through Ensolanka.

Choose a venue Review options Send request Ensolanka confirms
A public venue view does not mean instant booking confirmation. Ensolanka checks availability, package details, guest requirements, pricing, and final arrangement suitability before confirmation.

Want to arrange a special moment?

Contact Ensolanka to discuss a romantic date, proposal, anniversary, birthday, private dinner, or custom celebration using this venue.

Contact Ensolanka
{% endblock %}