{% extends 'expat_life/base.html' %} {% load static %} {% block title %}{{ profile.display_name|default:profile.full_name }} | Dating Profile{% endblock %} {% block content %}
{% if profile.profile_photo or additional_photos %}
{% if profile.profile_photo %} {{ profile.full_name }} {% elif additional_photos %} {{ profile.full_name }} {% else %} Profile {% endif %}
{% if profile.profile_photo or additional_photos %}
{% if profile.profile_photo %}
{{ profile.full_name }}
{% endif %} {% for photo in additional_photos %}
{{ photo.caption|default:profile.full_name }}
{% endfor %}
{% endif %} {% else %}
{% endif %}
Dating Partner Profile

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

{{ profile.age }}years old

{{ profile.short_intro }}

Approved profile
Protected contact
Guided process
Profile Summary
Relationship Goal {{ profile.get_relationship_goal_display }}
City {{ profile.city|default:"Not specified" }}
Country {{ profile.country }}
Profession {{ profile.profession|default:"Not specified" }}
Religion {{ profile.religion|default:"Not specified" }}
Education {{ profile.education|default:"Not specified" }}
Languages {{ profile.languages_spoken }}
Willing to Relocate {% if profile.willing_to_relocate %}Yes{% else %}No{% endif %}
Video Call Ready {% if profile.willing_video_call %}Yes{% else %}No{% endif %}
{% if existing_interest %} {% if interest_is_withdrawn %}
Interest Cancelled

You previously cancelled your interest in this dating partner profile.

Status: {{ existing_interest.get_status_display }}

{% if can_notify_interest %}
{% csrf_token %}
If you changed your mind again, you can submit your interest once more and our team can continue the review and coordination process.
{% else %}
Confirmation required.
You need to complete the confirmation payment before you can express interest again.
{% endif %} {% else %}
Interest Already Submitted

You have already expressed interest in this dating partner. Our team can continue the review and coordination process.

Status: {{ existing_interest.get_status_display }}

{% if interest_is_active %}
{% csrf_token %}
Use this option only if you have changed your mind. Our team will stop treating this profile as one of your active dating interests.
{% endif %} {% endif %} {% else %} {% if can_notify_interest %}
{% csrf_token %}
By expressing interest, you notify our team that you want to move forward with this dating partner profile through the proper review and coordination process.
{% else %}
Confirmation required.
You need to complete the $100 confirmation payment before you can express interest in dating partners and allow our team to begin the next coordination steps.
{% endif %} {% endif %}

About

Learn more about this profile, personal story, and relationship outlook.

{{ profile.about_me|linebreaks }}
{% if profile.hobbies %}
Hobbies & Interests

A few lifestyle interests that may help you understand compatibility.

{{ profile.hobbies|linebreaks }}
{% endif %} {% if profile.expectations %}
Relationship Expectations

Review the expectations before expressing interest or moving forward.

{{ profile.expectations|linebreaks }}
{% endif %}

Important Note

Direct dating partner contact details are not displayed here. All communication and next-step coordination are handled through our platform for privacy and safety.

Profile Status
{% if profile.status == 'approved' %} Approved {% else %} {{ profile.get_status_display }} {% endif %}
Profile Access
Public profile for approved Guest users
Your Access
{% if is_confirmed_foreigner %} Confirmed Guest {% else %} Approved but not yet confirmed {% endif %}
Process
Review the dating partner profile, complete confirmation if required, express your interest, and our team will guide the next practical steps carefully and privately.
{% endblock %}