{% extends 'dating_app/base_dating.html' %} {% load static %} {% load expat_extras %} {% block title %}Dating Partner Information Center | Ensolanka{% endblock %} {% block content %}
Dating Partner Guidance Resources

Multilingual Information Center

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

Current Resource Center

Dating Partner Guidance

Learn how to use the dating partner platform safely, professionally, and with better understanding of the guided connection process.

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

Playbook, Safety Guidance & Partner Support

Understand how to create a safer profile, protect your contact details, communicate carefully, and follow the guided dating 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 dating partners understand the platform, safety process, and guided connection flow.

{% endif %}
Guidance Materials
  • Read the complete dating partner guidance playbook for this language.
  • Download the summary overview for quick reference.
  • Listen to the audio guide to understand the process clearly.
  • Watch the video guidance before using the dating partner platform.
{% 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 Dating Partner Guidance Playbook, summary, audio guide, and video guidance will appear here once published.

{% endif %}
{% endblock %}