{% extends 'expat_life/base.html' %} {% load static %} {% block title %}{{ profile.lead.full_name|default:profile.user.get_full_name|default:profile.user.username }} | Guest Profile{% endblock %} {% block content %}
{% if profile.lead.message %} {{ profile.lead.message|truncatechars:180 }} {% else %} Approved guest profile on the platform. {% 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" }}
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 %}
You have already expressed interest in this guest profile. Our team can continue the review and coordination process.
Status: {{ existing_interest.get_status_display }}
{% if existing_interest.message %}Your Message: {{ existing_interest.message }}
{% endif %}Direct guest contact details are not displayed here. All communication and next-step coordination are handled through the platform for privacy and safety.