{% extends 'dating_app/base_dating.html' %} {% load static %} {% block title %}{{ profile.lead.full_name|default:profile.user.get_full_name|default:profile.user.username }} | Guest Profile Preview{% endblock %} {% block content %}
{% if profile.lead.message %} {{ profile.lead.message|truncatechars:180 }} {% else %} Approved guest profile available inside the dating partner portal. {% endif %}
Nationality: {{ profile.lead.nationality|default:"Not specified" }}
Current Country: {{ profile.lead.country|default:"Not specified" }}
Gender: {% if profile.lead.gender %} {{ profile.lead.get_gender_display }} {% else %} Not specified {% endif %}
Monthly Budget: {% if profile.lead.monthly_budget %} {{ profile.lead.get_monthly_budget_display }} {% else %} Not specified {% endif %}
Expected Arrival: {{ profile.lead.expected_arrival_date|default:"Not specified" }}
{% if is_dating_partner_authenticated %}Visit Stage: {{ profile.get_visit_stage_display }}
{% endif %}Duration of Stay: {{ profile.lead.duration_of_stay|default:"Not specified" }}
Remote Worker: {% if profile.lead.remote_worker %}Yes{% else %}No{% endif %}
Interested Package: {% if profile.lead.interested_package %} {{ profile.lead.interested_package.name }} {% else %} Not specified {% endif %}
{% if can_view_contact_details %}Email: {{ profile.lead.email|default:"Not provided" }}
WhatsApp: {{ profile.lead.whatsapp_number|default:"Not provided" }}
{% endif %}Both sides have shown interest. If your account is confirmed, contact details may be available according to the platform’s safety process.
You have already expressed interest in this guest profile.
Status: {{ existing_interest.get_status_display }}
{% if existing_interest.message %}Your Message: {{ existing_interest.message }}
{% endif %}Contact details are controlled to protect both the international guest and the local dating partner.