{% extends 'dating_app/base_dating.html' %} {% load static %} {% block title %} {% if show_full_profile_preview %} {{ profile.display_name|default:profile.full_name }} | Local Partner Profile Preview {% else %} Local Dating Partner Profile Preview {% endif %} {% endblock %} {% block content %}
{% if is_public_limited_preview %}
Limited public preview: Public visitors can see only basic profile information. Sign up as a local dating partner to preview more details and understand how profiles are presented to international guests.
{% endif %}
{% if profile.profile_photo or additional_photos %}
{% if profile.profile_photo %} {% if show_full_profile_preview %}{{ profile.display_name|default:profile.full_name }}{% else %}Local dating partner profile{% endif %} {% elif additional_photos %} {% if show_full_profile_preview %}{{ profile.display_name|default:profile.full_name }}{% else %}Local dating partner profile{% endif %} {% else %} Profile {% endif %}
{% if show_full_profile_preview %} {% if profile.profile_photo or additional_photos %}
{% if profile.profile_photo %}
{{ profile.display_name|default:profile.full_name }}
{% endif %} {% for photo in additional_photos %}
{{ photo.caption|default:profile.display_name|default:profile.full_name }}
{% endfor %}
{% endif %} {% else %}
Additional photos are available only for signed-up or approved local dating partners.
{% endif %} {% else %}
{% endif %}
Local Dating Partner Profile Preview {% if profile.is_featured %}
Featured Profile
{% endif %} {% if show_full_profile_preview %}

{{ profile.display_name|default:profile.full_name }}

{% else %}

Local Dating Partner Profile

{% endif %}
{% if profile.age %} {{ profile.age }} years old {% else %} Age not specified {% endif %}
{% if show_full_profile_preview %}

{{ profile.short_intro|default:"Approved local dating partner profile available inside the trusted partner network." }}

{% else %}

This is a limited profile preview. Sign up as a local dating partner to view more profile presentation details.

{% endif %}
Profile Summary
{% if profile.gender %}

Gender: {{ profile.get_gender_display }}

{% endif %}

Relationship Goal: {{ profile.get_relationship_goal_display|default:"Not specified" }}

City: {{ profile.city|default:"Not specified" }}

{% if show_full_profile_preview %}

Country: {{ profile.country|default:"Not specified" }}

Profession: {{ profile.profession|default:"Not specified" }}

Religion: {{ profile.religion|default:"Not specified" }}

Education: {{ profile.education|default:"Not specified" }}

Languages: {{ profile.languages_spoken|default:"Not specified" }}

Willing to Relocate: {% if profile.willing_to_relocate %}Yes{% else %}No{% endif %}

Video Call Ready: {% if profile.willing_video_call %}Yes{% else %}No{% endif %}

{% else %}
More personal profile details are hidden in public preview mode.
{% endif %}
Contact details are not displayed here. The platform controls profile access, guest interest, mutual interest, and next-step communication for privacy and safety.
{% if show_full_profile_preview %}

About

{{ profile.about_me|linebreaks }}
{% if profile.hobbies %}
Hobbies & Interests
{{ profile.hobbies|linebreaks }}
{% endif %} {% if profile.expectations %}
Relationship Expectations
{{ profile.expectations|linebreaks }}
{% endif %} {% else %}

More Profile Details Are Hidden

Public visitors can see only a limited profile preview. Sign up as a local dating partner to understand how approved profiles are presented, how visibility works, and how the trusted connection process protects both guests and local partners.

Become a Local Dating Partner
{% endif %}

Trust & Safety Notice

This platform is designed to reduce fake accounts, scams, false promises, and unsafe communication. Contact details are not shown at the beginning. Guest interest, mutual interest, confirmation, and arranged dating support are handled through a careful process.

Partner-Side Preview

This page helps local dating partners understand how profiles appear inside the platform.

Profile Status:
{% if profile.status == 'approved' %} Approved {% else %} {{ profile.get_status_display }} {% endif %}
Profile Visibility:
{% if profile.is_public %} Public profile {% else %} Private profile {% endif %}
Featured Status:
{% if profile.is_featured %} Featured profile {% else %} Normal profile {% endif %}
Your Access:
{% if is_approved_dating_partner %} Approved local dating partner {% elif is_dating_partner_authenticated %} Signed in, profile approval pending {% else %} Public limited preview {% endif %}
Process:
Guests can express interest first. If both guest and local partner are confirmed and mutually interested, the connection can move toward protected contact access or an arranged date.

For Local Dating Partners

Create a strong and genuine profile to improve your chance of being noticed by suitable international guests.

  • Use clear and respectful profile photos
  • Write a genuine introduction
  • Be honest about relationship goals
  • Consider featured visibility if you are serious
  • Follow the platform process for safer connections
{% if dating_profile %} Manage My Dating Profile {% else %} Create My Dating Profile {% endif %}
{% endblock %}