{% extends 'expat_life/base.html' %} {% load static %} {% block title %}Sri Lanka Rental Listings | Guest-Friendly Homes for Long Stays{% endblock %} {% block content %}
Rental Listings

Explore Guest-Friendly Rental Homes in Sri Lanka

Browse approved apartments, annexes, villas, guesthouses, and private homes designed for Guests, digital nomads, retirees, and long-stay visitors planning a smoother Sri Lanka lifestyle.

Browse Listings {% if is_foreigner_user %} My Guest Dashboard {% else %} Free Guest Signup {% endif %}
Approved Listings Reviewed rental options for better trust and clarity.
Guest-Oriented Suitable for relocation, remote work, retirement, and long stays.
Guided Access More details unlock as your Guest profile progresses.
Access Levels for Rental Details

Public visitors can preview limited rental information. Registered Guests can unlock more details. Confirmed Guests can access full details, and eligible confirmed Guests can also notify interest in suitable properties.

{% if not request.user.is_authenticated %} Free Guest Signup {% elif is_foreigner_authenticated and not is_confirmed_foreigner %} Complete Confirmation {% elif can_view_private_listings %} View Private Listings {% endif %}
Smart Search
Find a Rental That Matches Your Lifestyle

Filter by city, type, furnishing, rent range, bedrooms, and living features.

Reset
Reset
Available Rental Listings

Showing {{ page_obj.start_index }}–{{ page_obj.end_index }} of {{ total_results }} result{{ total_results|pluralize }}

{% if page_obj.paginator.num_pages > 1 %}
Page {{ page_obj.number }} of {{ page_obj.paginator.num_pages }}
{% endif %}
{% for listing in listings %}
{% if listing.images.first %} {{ listing.title }} {% else %}
{% endif %} {% if listing.property_type %}
{{ listing.get_property_type_display }}
{% endif %}
${{ listing.monthly_rent_usd }} per month
{% if is_foreigner_authenticated %}
{{ listing.title }}
{% else %}
Guest-Friendly Rental Preview
{% endif %}
  • {{ listing.city }}{% if listing.area %}, {{ listing.area }}{% endif %}
  • {% if listing.property_type %}
  • {{ listing.get_property_type_display }}
  • {% endif %} {% if listing.bedrooms %}
  • {{ listing.bedrooms }} bedroom{{ listing.bedrooms|pluralize }}
  • {% endif %}
{% if listing.has_wifi %}Wi-Fi{% endif %} {% if listing.has_ac %}A/C{% endif %} {% if listing.has_kitchen %}Kitchen{% endif %} {% if listing.has_parking %}Parking{% endif %} {% if listing.near_beach %}Near Beach{% endif %} {% if listing.suitable_for_remote_work %}Remote Work{% endif %}
{% if is_foreigner_authenticated %} {% else %} {% if is_foreigner_user %}

Open your dashboard to continue viewing rental options and manage your guided access.

{% else %}

Sign up as a Guest to unlock more property details and guided rental access.

{% endif %} {% endif %}
{% empty %}
No rentals found for the selected filters

Try changing the city, rent range, property type, or selected features to discover more available homes.

Reset Filters
{% endfor %}
{% if page_obj.paginator.num_pages > 1 %}
{% endif %}
{% endblock %}