{% extends 'hosting_app/base_hosting.html' %} {% load static %} {% load expat_extras %} {% block title %}Hosting Partner Information Center | Ensolanka{% endblock %} {% block content %}
Hosting Partner Guidance Resources

Multilingual Information Center

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

Current Resource Center

Hosting Partner Guidance

Learn how to join as a hosting partner, add venues, create event packages, manage meals and add-ons, and work with Ensolanka for curated guest experiences.

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

Playbook, Event Hosting Guidance & Partner Support

Understand how to prepare your partner profile, list venues, build event experiences, price packages responsibly, and follow the guided Ensolanka hosting 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 hosting partners understand partner registration, venue setup, event packages, meals, add-ons, pricing, guest requests, and the guided hosting process.

{% endif %}
Guidance Materials
  • Read the complete hosting partner guidance playbook for this language.
  • Download the summary overview for quick reference.
  • Listen to the audio guide to understand the hosting process clearly.
  • Watch the video guidance before adding venues, packages, meals, or add-ons.
{% 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 Hosting Partner Guidance Playbook, summary, audio guide, and video guidance will appear here once published.

{% endif %}
{% endblock %}