{% extends 'hosting_app/base_hosting.html' %} {% load static %} {% block title %}Public Hosts | Host in Sri Lanka{% endblock %} {% block content %}
Public Hosting Venues

Find Beautiful Places for Dates, Proposals & Celebrations

Explore approved Host in Sri Lanka venues for romantic dates, proposal moments, anniversaries, birthdays, honeymoon experiences, private dinners, and meaningful celebrations arranged through Ensolanka.

Browse Hosts {% if is_host_user %} My Host Dashboard {% else %} Become a Hosting Partner {% endif %}

Search Hosting Venues

Filter by location, venue type, and event purpose to find a suitable place for a memorable Sri Lankan celebration.

Reset

Available Public Hosts

Approved venues ready to support special dates, couple moments, private dinners, and celebration experiences.

{{ page_obj.paginator.count }} Venue{{ page_obj.paginator.count|pluralize }}
{% if venues %}
{% for venue in venues %}
{% if venue.cover_image %} {{ venue.venue_name }} {% else %}
{% endif %}
{% if venue.venue_category %} {{ venue.get_venue_category_display }} {% else %} Venue {% endif %} {% if venue.is_featured %} Featured {% endif %}
{% if venue.host_profile %} {{ venue.host_profile.business_name }} {% else %} Hosting Partner {% endif %}

{{ venue.venue_name }}

{% 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 %}

{{ venue.short_description|truncatechars:145 }}

{% if venue.max_guest_capacity %} Up to {{ venue.max_guest_capacity }} {% endif %} {% if venue.supports_romantic_dates %} Dates {% endif %} {% if venue.supports_proposal_events %} Proposals {% endif %} {% if venue.supports_anniversaries %} Anniversaries {% endif %} {% if venue.supports_birthdays %} Birthdays {% endif %} {% if venue.meal_service_available %} Meals {% endif %} {% if venue.private_area_available %} Private Area {% endif %}
{% endfor %}
{% if page_obj.has_other_pages %} {% endif %} {% else %}

No Public Hosts Found

We could not find approved public hosting venues matching your filters. Try changing the location, venue type, event purpose, or search keyword.

Reset Filters
{% endif %}
{% endblock %}