{% extends 'expat_life/base.html' %} {% load static %} {% block title %}{{ profile.display_name|default:profile.full_name }} | Service Partner{% endblock %} {% block content %}
{% if profile.profile_photo %}
{{ profile.full_name }}
{% else %}
{% endif %}
Local Service Assistant Profile

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

{{ profile.get_service_type_display }}

{{ profile.short_intro }}

Reviewed profile
Protected contact
Guided support
Profile Summary
Service Type {{ profile.get_service_type_display }}
City {{ profile.city|default:"Not specified" }}
District {{ profile.district|default:"Not specified" }}
Country {{ profile.country }}
Languages {{ profile.languages_spoken }}
Experience {{ profile.experience_summary|default:"Not specified" }}
Education {{ profile.education|default:"Not specified" }}
License {% if profile.has_license %}Yes{% else %}No{% endif %}
Passport Ready {% if profile.passport_ready %}Yes{% else %}No{% endif %}
Willing to Relocate {% if profile.willing_to_relocate %}Yes{% else %}No{% endif %}
Live-in Available {% if profile.live_in_available %}Yes{% else %}No{% endif %}
Part-time Available {% if profile.part_time_available %}Yes{% else %}No{% endif %}
Full-time Available {% if profile.full_time_available %}Yes{% else %}No{% endif %}
{% if existing_interest %}
Interest Already Submitted

You have already expressed interest in this local service assistant. 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 %}
{% else %} {% if can_notify_interest %}
{% csrf_token %}
By expressing interest, you notify our team that you want to move forward with this local service assistant through the proper coordination process.
{% else %}
Confirmation required.
You need to complete the $100 confirmation payment before you can request local service arrangements and allow our team to begin coordination.
{% endif %} {% endif %}

About

Learn more about this service partner, background, and support style.

{% if profile.about_me %} {{ profile.about_me|linebreaks }} {% else %} {{ profile.short_intro|linebreaks }} {% endif %}
{% if profile.skills %}
Skills

Review the practical skills and service abilities before moving forward.

{{ profile.skills|linebreaks }}
{% endif %} {% if profile.address %}
Location Note

Additional location information provided by this service partner.

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

Important Note

Direct service partner contact details are not displayed here. All communication and arrangement steps are handled through our platform for privacy, safety, and quality control.

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 assistant profile, complete confirmation if required, express your interest, and our team will guide the next practical steps carefully and privately.
{% endblock %}