{% extends 'property_manager_app/base_property_manager.html' %} {% load static %} {% load expat_extras %} {% block title %}Property Care Information Center | Ensolanka{% endblock %} {% block content %}
Property Care Guidance Resources

Multilingual Information Center

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

Current Resource Center

Remote Property Care Guidance

Learn how to register your property, select care services, understand maintenance plans, and work with Ensolanka for safer remote property management.

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

Playbook, Maintenance Guidance & Remote Owner Support

Understand how to prepare your property details, select care services, review monthly estimates, handle quoted tasks, and follow the guided remote property care 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 property owners understand remote care access, inspection support, maintenance planning, repair coordination, reports, and the guided property care process.

{% endif %}
Guidance Materials
  • Read the complete remote property care guidance playbook for this language.
  • Download the summary overview for quick reference.
  • Listen to the audio guide to understand the property care process clearly.
  • Watch the video guidance before registering or managing your property care plan.
{% 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 Remote Property Care Guidance Playbook, summary, audio guide, and video guidance will appear here once published.

{% endif %}
{% endblock %}