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

Discover International Guests Interested in Sri Lanka

Preview guest profile opportunities connected with Sri Lanka lifestyle, long stays, remote work, relocation, and meaningful local connections. Join as a local dating partner to view more profiles and move through a safer, guided connection process.

{% if dating_profile %} My Dating Dashboard {% else %} Sign Up to View More {% endif %} View Preview

{{ access_level_label }}

{{ access_message }}

  • Public visitors see selected sample guest profiles.
  • Signed-up dating partners can preview featured guests.
  • Approved partners can view more public guest profiles.
  • Featured and confirmed partners can unlock stronger connection advantages.
{% if dating_profile %} Continue from Dashboard {% else %} Create Local Dating Partner Profile {% endif %}
{% if use_marketing_stats %}
Growing network preview: The platform is still growing, so public numbers are presented as profile-opportunity indicators rather than exact database totals.
{% endif %}

{{ display_total_guests }}+

Guest Profile Opportunities

{{ display_featured_guests }}+

Featured Guest Previews

{{ display_confirmed_guests }}+

Confirmed / Serious Guests

{% if is_featured_dating_partner %}

Private+

{% else %}

Featured

{% endif %}

Access Upgrade Path

Profile Preview

Sample Guest Profiles

A quick visual preview of guest profiles available through the local dating partner portal.

{% if not dating_profile %} {% endif %}
{% for profile in sample_profiles %}
{% if profile.profile_image %} Guest profile {% else %}
{% endif %}
{% if dating_profile %} {{ profile.lead.full_name|default:profile.user.get_full_name|default:"Guest" }} {% else %} Guest {% endif %}
{% empty %} {% for i in "123456789012" %}
Guest
{% endfor %} {% endfor %}
Your Current Access
{% if not dating_profile %}

You are viewing a public preview. Sign up as a local dating partner to see more guest profile opportunities.

{% elif not is_approved_dating_partner %}

Your dating partner profile is registered but not approved yet. You can preview featured guest profiles while waiting for approval.

{% elif can_view_private_guest_profiles %}

Your featured/permission-enabled dating partner profile can access public and private approved guest profiles.

{% elif is_approved_dating_partner %}

Your approved dating partner profile can view public guest profiles. Featured status can unlock wider profile access.

{% endif %}
{% if dating_profile %} My Dating Dashboard {% else %} Sign Up as Dating Partner {% endif %}
{% if dating_profile %}
{% else %}
Sign up required for deeper access: Public users can preview selected sample profiles only. Create a local dating partner profile to unlock more guest profile previews.
{% endif %}
{% if can_view_private_guest_profiles %} Public + Private Guest Profiles {% elif is_approved_dating_partner %} Public Guest Profiles {% elif dating_profile %} Featured Guest Preview {% else %} Limited Public Preview {% endif %}
{% if total_results > 0 %}

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

{% else %}

No guest 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_image %} {{ profile.lead.full_name|default:'Guest profile' }} {% else %}
{% endif %}
{% if dating_profile %} {{ profile.lead.full_name|default:profile.user.get_full_name|default:profile.user.username }} {% else %} International Guest {% endif %}

{{ profile.lead.nationality|default:"International" }} {% if profile.lead.country %} | {{ profile.lead.country }} {% endif %}

{% if profile.is_featured %} Featured {% endif %} {% if not profile.is_public %} Private {% endif %}
{% 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.gender %}
  • {{ profile.lead.get_gender_display }}
  • {% endif %} {% if dating_profile and profile.lead.monthly_budget %}
  • {{ profile.lead.get_monthly_budget_display }}
  • {% endif %} {% if dating_profile and profile.lead.expected_arrival_date %}
  • Expected arrival: {{ profile.lead.expected_arrival_date }}
  • {% endif %} {% if dating_profile and profile.lead.duration_of_stay %}
  • {{ profile.lead.duration_of_stay }}
  • {% endif %}
{% if dating_profile and profile.lead.message %}

{{ profile.lead.message|truncatechars:120 }}

{% else %}

Guest contact details are protected. Sign up or continue through the dating partner process to unlock more access.

{% endif %}
{% if can_connect_with_guests %} You can express interest or connect according to the mutual-interest workflow. {% elif is_approved_dating_partner %} You can view guest details. Confirmation is required before connection actions. {% elif dating_profile %} Approval is required before viewing full guest details. {% else %} Sign up as a local dating partner to view more guest profile information. {% endif %}
{% if show_guest_profile_detail_link %} View Guest Profile {% elif dating_profile %} Await Approval {% else %} Sign Up to View More {% endif %}
{% empty %}
No guest profiles found

No approved guest profiles match your selected filters.

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