{% extends 'rental_app/base_rental.html' %} {% load static %} {% block title %}Property Listing Preview | Rental Partner Portal{% endblock %} {% block content %}
Rental Partner Portal

Approved Public Rental Listing Preview

Preview how selected rental properties are presented to international guests, digital nomads, remote workers, and long-stay visitors interested in living in Sri Lanka.

For Property Owners in Sri Lanka
{% if is_public_limited_preview %}

Public visitors can preview only limited featured rental examples. Pricing and extended listing information are available only for signed-up rental owners. If you own a villa, house, apartment, annex, bungalow, guesthouse, or room, sign up as a rental owner to understand how properties are listed and managed.

{% else %}

You are viewing this page as a registered rental owner. You can preview approved public listings, compare property presentation styles, view pricing, and manage your own listings through your dashboard.

{% endif %}
{% if rental_owner_profile %} My Rental Dashboard {% else %} Sign Up as Rental Owner {% endif %}
{% if is_public_limited_preview %}
Limited public preview: Rental prices and detailed listing information are hidden from public visitors. Sign up as a rental owner to view more listing information and understand how your property can be presented.
{% endif %}
{% if show_pricing %}
{% else %}
Rental values are hidden. Sign up as a rental owner to view pricing and compare listing values.
{% endif %}
Reset {% if rental_owner_profile %} Manage My Listings {% else %} List My Property {% endif %}
{% if is_public_limited_preview %} Limited Public Listing Preview {% else %} Available Public Listings {% endif %}

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.get_property_type_display|default:'Rental property' }} {% else %}
{% endif %}
{% if show_pricing %}
${{ listing.monthly_rent_usd }}/month
{% else %}
Price hidden for public preview
{% endif %} {% if show_pricing %}
{{ listing.title }}
{% else %}
{{ listing.get_property_type_display|default:"Rental Property" }}
{% endif %}
  • {{ listing.city }}{% if listing.area %}, {{ listing.area }}{% endif %}
  • {% if listing.property_type %}
  • {{ listing.get_property_type_display }}
  • {% endif %} {% if listing.furnishing %}
  • {{ listing.get_furnishing_display }}
  • {% endif %} {% if listing.bedrooms %}
  • {{ listing.bedrooms }} bedroom{{ listing.bedrooms|pluralize }}
  • {% endif %} {% if show_pricing and listing.bathrooms %}
  • {{ listing.bathrooms }} bathroom{{ listing.bathrooms|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 show_pricing %} {% if listing.short_description %}

{{ listing.short_description|truncatechars:110 }}

{% else %}

Approved public rental listing suitable for international living in Sri Lanka.

{% endif %} {% else %}

Public preview only. Sign up as a rental owner to see how approved listings are presented with more information.

{% endif %} {% if listing.is_featured %}
Featured Public Example
{% endif %}
{% if show_pricing %} This is an owner-side preview of an approved public listing. {% else %} Full listing details and prices are available only for signed-up rental owners. {% endif %}
{% if rental_owner_profile %} Manage My Properties {% else %} Sign Up to View More {% endif %}
{% empty %}
No rentals found

No approved public rental listings match the selected filters.

{% if rental_owner_profile %} Add or Manage My Listings {% else %} Become a Property Partner {% endif %}
{% endfor %}
{% if page_obj.paginator.num_pages > 1 %}
{% endif %}
{% endblock %}