{% extends 'dating_app/base_dating.html' %} {% load static %} {% block title %}Guest Profiles | Local Dating Partner Portal{% endblock %} {% block content %}
Guest Community

Featured International Guest Profiles

Explore selected guest profiles connected with Sri Lanka lifestyle, relocation, long stays, and meaningful local connections. Public visitors can view limited featured profiles, while approved local dating partners may access more guest profiles based on their permission level.

Selected profiles highlighted for better visibility
Guest profiles reviewed before platform visibility
Contact access depends on confirmation and mutual interest
Guests in Sri Lanka
Protected Discovery

Why this section matters

Guest discovery

Local dating partners can understand the type of guests joining the Sri Lanka lifestyle platform.

Guided access

The platform controls visibility, contact access, and next-step communication for safety.

Mutual interest flow

Contact access can be unlocked only when the required confirmation and mutual-interest conditions are met.

{% if dating_profile %} Open My Dashboard {% else %} Register as Dating Partner {% endif %}

Approved

Guest Profiles

Featured

Visibility

Protected

Contact Access

Partner

Focused Process

Featured Collection

Featured Guest Profiles

Selected approved guest profiles visible according to your current access level.

View All Guest Profiles
{% for profile in featured_profiles %}
{% if profile.profile_image %} {% if dating_profile %}{{ profile.lead.full_name|default:profile.user.username }}{% else %}Guest profile{% endif %} {% else %} Guest profile {% endif %}
Protected
{% if request.user.is_authenticated and is_approved_dating_partner %}
{% if profile.visit_stage == 'planning' %} {% elif profile.visit_stage == 'confirmed' %} {% elif profile.visit_stage == 'on_the_way' %} {% elif profile.visit_stage == 'arrived' %} {% elif profile.visit_stage == 'completed' %} {% else %} {% endif %} {{ profile.get_visit_stage_display }}
{% endif %}
{% if profile.lead.nationality %} {{ profile.lead.nationality }} {% endif %} {% if profile.lead.country %} {{ profile.lead.country }} {% endif %}
{% if dating_profile %} {{ profile.lead.full_name|default:profile.user.get_full_name|default:profile.user.username }} {% else %} International Guest {% endif %}

Guest profile preview with protected private information.

Gender {% if profile.lead.gender %} {{ profile.lead.get_gender_display }} {% else %} Private {% endif %}
Budget {% if profile.lead.monthly_budget %} {{ profile.lead.get_monthly_budget_display }} {% else %} Not shown {% endif %}
Stay {% if profile.lead.duration_of_stay %} {{ profile.lead.duration_of_stay }} {% else %} Flexible {% endif %}
Contact details are protected and depend on confirmation plus mutual interest.
{% if is_approved_dating_partner %} View Guest Details {% elif dating_profile %} Await Profile Approval {% else %} Sign Up to View More {% endif %}
{% empty %}
Featured guest profiles will appear here soon

We are preparing approved and featured guest profiles for this section.

{% endfor %}
Trust & Privacy

Profile Access with a Safer, Step-by-Step Structure

This guest profile area is designed to protect both international guests and local dating partners. Public visitors see only limited previews, while approved dating partners receive access based on the platform’s permission structure.

Limited public previews
Approved partner access
Protected contact details
Mutual interest flow
How This Works

Guest Profile Access Structure

A safer way for local dating partners to browse guest profiles and move through the correct connection process.

01
Public Preview

Public visitors can view selected featured guest previews only.

02
Dating Partner Access

Signed-in dating partners can access guest profiles according to their approval and permission level.

03
Mutual Interest

Contact access is protected until confirmation and mutual interest conditions are satisfied.

{% if dating_profile %} Continue Your Journey

Continue from Your Dating Partner Dashboard

Manage your profile, review guest interest, and continue through the trusted dating partner process.

{% else %} Become a Local Partner

Join as a Local Dating Partner

Create your profile and access guest profile previews through the correct dating partner pathway.

{% endif %}
Browse Profiles {% if dating_profile %} My Dashboard {% else %} Dating Partner Signup {% endif %}
{% endblock %}