{% extends 'rental_app/base_rental.html' %} {% load static %} {% load expat_extras %} {% block title %}Rental Property Partner Information Center | Ensolanka{% endblock %} {% block content %}
Rental Property Partner Guidance Resources

Multilingual Information Center

Access the Ensolanka Rental Property Partner Guidance Playbook, summary overview, audio guide, and video guidance in English, Sinhala, or Tamil.

Current Resource Center

Property Partner Guidance

Learn how to list your property, understand the guided rental process, prepare for international guests, and work with Ensolanka professionally.

Back to Rental Home {% if request.user.is_authenticated %} Property Partner Dashboard {% endif %}
Property Partner Guidance

Playbook, Rental Guidance & Property Partner Support

Understand how to present your property, prepare for international guests, handle expectations clearly, and follow the guided rental partner process.

{% if guidance_resources %}
Select a language below. The guidance playbook, downloadable documents, audio guide, and video guidance will change according to your selected language.
{% for resource in guidance_resources %}
{{ resource.get_language_display }}

{{ resource.title }}

{% if resource.description %}

{{ resource.description|linebreaksbr }}

{% else %}

Complete guidance materials to help rental property partners understand listing, preparation, guest expectations, and the guided rental process.

{% endif %}
Guidance Materials
  • Read the complete rental property partner guidance playbook for this language.
  • Download the summary overview for quick reference.
  • Listen to the audio guide to understand the rental partner process clearly.
  • Watch the video guidance before listing or managing your property.
{% if resource.full_playbook_pdf %} View Full Playbook Download Full Playbook {% endif %} {% if resource.summary_overview_pdf %} Download Summary Overview {% endif %}
{% if not resource.full_playbook_pdf and not resource.summary_overview_pdf %}

Document files for this language will be available soon.

{% endif %}
Audio Guidance
{% if resource.audio_guide_file %} Download Audio File {% else %}

Audio guidance for this language will be available soon.

{% endif %}
Video Guidance
{% if resource.youtube_video_link %} {% with resource.youtube_video_link|video_embed_url as embed_url %} {% if embed_url %}
{% else %}

Video link is available, but it could not be embedded.

{% endif %} {% endwith %} {% else %}

Video guidance for this language will be available soon.

{% endif %}
{% endfor %} {% else %}
Guidance resources are not available yet

The Ensolanka Rental Property Partner Guidance Playbook, summary, audio guide, and video guidance will appear here once published.

{% endif %}
{% endblock %}