{% extends 'expat_life/base.html' %} {% load static %} {% block title %}Browse Host Venues | Event Experiences in Sri Lanka{% endblock %} {% block content %}
Browse Host Venues

Find beautiful places for romantic moments and celebrations.

Explore public host venues in Sri Lanka for romantic dinners, proposals, birthday parties, anniversaries, honeymoon moments, private dining, engagement events, and custom celebrations.

Search & Filter Venues

Find a venue by location, category, event type, or keyword.

Reset
Available Host Venues

Venues ready for special experiences.

{{ venues|length }} venue{{ venues|length|pluralize }} found
{% if venues %}
{% for venue in venues %}
{% if venue.cover_image %} {{ venue.venue_name }} {% else %}
{% endif %}
{% if venue.is_featured %} Featured {% endif %} {% if venue.max_guest_capacity %} Up to {{ venue.max_guest_capacity }} {% endif %}
{% if venue.venue_category %} {{ venue.get_venue_category_display }} {% else %} Host Venue {% endif %}

{{ venue.venue_name }}

{% if venue.city %}{{ venue.city }}{% endif %} {% if venue.city and venue.district %}, {% endif %} {% if venue.district %}{{ venue.district }}{% endif %}

{{ venue.short_description|truncatechars:145 }}

{% if venue.supports_romantic_dates %} Dates {% endif %} {% if venue.supports_proposal_events %} Proposal {% endif %} {% if venue.supports_birthdays %} Birthday {% endif %} {% if venue.supports_anniversaries %} Anniversary {% endif %} {% if venue.supports_private_dinners %} Dinner {% endif %} {% if venue.supports_custom_celebrations %} Custom {% endif %}
{% endfor %}
{% else %}

No host venues found

We could not find venues matching your current filters. Try changing the location, event type, or search keyword, or return to all available venues.

Reset Filters
{% endif %}

Need help planning a special event?

Browse venues first, then review packages, meals, and add-ons on each venue page. Soon, you will be able to create a complete booking order directly through the platform.

{% endblock %}