{% extends 'expat_life/base.html' %} {% load static %} {% block title %}{{ listing.title }} | Sri Lanka Rental Property{% endblock %} {% block content %}
{% if listing.visibility == 'private' %}Private Rental Property{% else %}Rental Property{% endif %}

{{ listing.title }}

${{ listing.monthly_rent_usd }}/month

{{ listing.short_description }}

Reviewed Listing quality checked.
Guest-Friendly Long-stay focused.
Guided Platform-assisted process.
Property Summary
Location {{ listing.city }}{% if listing.area %}, {{ listing.area }}{% endif %}
Property Type {{ listing.get_property_type_display }}
Bedrooms / Bathrooms {{ listing.bedrooms }} bedroom{{ listing.bedrooms|pluralize }} · {{ listing.bathrooms }} bathroom{{ listing.bathrooms|pluralize }}
Max Occupants {{ listing.max_occupants }}
Furnishing {{ listing.get_furnishing_display }}
Security Deposit ${{ listing.security_deposit_usd }}
{% 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 Friendly{% endif %}
{% if is_final_selected %}
Final Property Selected

This property is currently marked as your final selected rental property.

If you later choose another interested property as your final property, this selection will be updated automatically.

{% elif existing_interest %}
Interest Already Submitted

You have already marked interest in this property. You can continue reviewing it from your Interested Properties list and make it your final property later if you wish.

{% else %} {% if can_notify_interest %}
{% csrf_token %}
By selecting this property, you notify our team that you want to move forward with review, coordination, and possible negotiation with the rental owner.
{% else %}
Confirmation required.
You need to complete the confirmation payment before you can notify interest, move toward pre-booking, and allow our team to begin coordination and negotiation with the rental owner.
{% endif %} {% endif %}

Property Description

A closer look at this rental home, living experience, and suitability for your Sri Lanka stay.

{{ listing.full_description|linebreaks }}
{% if listing.house_rules %}
House Rules

Please review the owner’s living rules and expectations before moving forward.

{{ listing.house_rules|linebreaks }}
{% endif %}

Important Note

Direct rental owner contact details are not displayed here. All communication and negotiation are handled through our platform.

Availability
{% if listing.is_available %} Available {% else %} Not Available {% endif %}
{% if listing.available_from %}
Available From
{{ listing.available_from }}
{% endif %}
Listing Access
{% if listing.visibility == 'private' %} Private for confirmed Guests {% else %} Public listing {% endif %}
Process
Browse property details, confirm your interest, and our team will assist with the next practical steps.
{% endblock %}