{% extends 'dating_app/base_dating.html' %} {% load static %} {% block title %}Local Dating Partner Profile Preview{% endblock %} {% block content %}
Local Dating Partner Portal

Approved Public Local Dating Partner Profiles

Preview how approved public local dating partner profiles are presented inside the trusted Ensolanka dating partner network.

For Local Dating Partners in Sri Lanka
{% if is_public_limited_preview %}

Public visitors can preview approved public local dating partner profiles in a limited presentation. To better understand how profiles are presented to international guests and manage your own profile, sign up as a local dating partner.

{% elif is_dating_partner_authenticated and not is_approved_dating_partner %}

You are signed in as a local dating partner. Your profile may still be under review. You can preview approved public profiles and understand how profiles are presented within the trusted dating partner process.

{% else %}

You are viewing this page as an approved local dating partner. You can preview approved public local dating partner profiles, understand the profile presentation style, and manage your own dating profile from your dashboard.

{% endif %}
{% if dating_profile %} My Dating Dashboard {% else %} Become a Local Dating Partner {% endif %}
{% if is_public_limited_preview %}
Limited public preview: Public visitors can browse approved public local dating partner profiles, but profile presentation is limited. Sign up as a local dating partner to better understand how profiles are shown within the trusted connection process.
{% endif %}
Trust-focused platform: Contact details are not exposed at the beginning. Guest interest, mutual interest, confirmation, and dating arrangements are handled step by step to reduce fake profiles, scams, and unsafe communication.
Reset Filters {% if dating_profile %} Manage My Profile {% else %} Create My Dating Profile {% endif %}
{% if is_public_limited_preview %} Public Local Dating Partner Profile Preview {% else %} Available Public Local Dating Partner Profiles {% endif %}
{% if total_results > 0 %}

Showing {{ page_obj.start_index }}–{{ page_obj.end_index }} of {{ total_results }} profile{{ total_results|pluralize }}

{% else %}

No profiles found for the selected filters.

{% endif %}
{% if page_obj.paginator.num_pages > 1 %}
Page {{ page_obj.number }} of {{ page_obj.paginator.num_pages }}
{% endif %}
{% for profile in profiles %}
{% if profile.profile_photo %} {% if show_full_profile_preview %}{{ profile.display_name|default:profile.full_name }}{% else %}Local dating partner profile{% endif %} {% else %} Profile {% endif %}
Public
{% if show_full_profile_preview %}
{{ profile.display_name|default:profile.full_name }}
{% else %}
Local Partner Profile
{% endif %}

{% if profile.age %} {{ profile.age }} years {% endif %} {% if profile.city %} {% if profile.age %} | {% endif %}{{ profile.city }} {% endif %}


    {% if profile.gender %}
  • {{ profile.get_gender_display }}
  • {% endif %} {% if profile.relationship_goal %}
  • {{ profile.get_relationship_goal_display }}
  • {% endif %} {% if show_full_profile_preview and profile.city %}
  • {{ profile.city }}
  • {% endif %}
  • Public profile
{% if show_full_profile_preview %} {% if profile.short_bio %}

{{ profile.short_bio|truncatechars:120 }}

{% else %}

Approved public local dating partner profile available inside the trusted partner network.

{% endif %} {% else %}

Public preview only. Sign up as a local dating partner to better understand how profiles are presented and how the trusted connection process works.

{% endif %}
{% if show_full_profile_preview %} This is a dating-partner-side preview of a public profile. Contact details are still protected by the platform process. {% else %} More detailed preview access is available for signed-up local dating partners. {% endif %}
{% if show_full_profile_preview %} View Profile Preview {% else %} Sign Up to View More {% endif %} {% if dating_profile %} My Dating Dashboard {% endif %}
{% empty %}
No profiles found

No approved public local dating partner profiles match the selected filters.

{% if dating_profile %} Go to My Dating Dashboard {% else %} Become a Local Dating Partner {% endif %}
{% endfor %}
{% if page_obj.paginator.num_pages > 1 %}
{% endif %}
{% endblock %}