{% extends 'service_partner_app/base_service_partner.html' %} {% load static %} {% block title %} {% if show_full_service_profile_preview %} {{ profile.display_name|default:profile.full_name }} | Service Partner Profile Preview {% else %} Service Partner Profile Preview {% endif %} {% endblock %} {% block content %}
{% if is_public_limited_preview %}
Limited public preview: Public visitors can see only basic featured service partner profile information. Sign up as a service partner to understand how approved profiles are presented to international guests.
{% endif %}
{% if profile.profile_photo %}
{% if show_full_service_profile_preview %}{{ profile.display_name|default:profile.full_name }}{% else %}Service partner profile{% endif %} Service Partner Preview
{% else %}
{% endif %}
Service Partner Profile Preview
{% if profile.is_featured %} Featured Profile {% endif %} {% if not profile.is_public %} Private Profile {% endif %}
{% if show_full_service_profile_preview %}

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

{% else %}

Service Partner Profile

{% endif %}
{{ profile.get_service_type_display|default:"Service Partner" }}
{% if show_full_service_profile_preview %}

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

{% else %}

This is a limited profile preview. Sign up as a service partner to understand how full profile details are presented.

{% endif %}
Profile Summary
Service Type {{ profile.get_service_type_display|default:"Not specified" }}
City {{ profile.city|default:"Not specified" }}
District {{ profile.district|default:"Not specified" }}
{% if show_full_service_profile_preview %}
Country {{ profile.country|default:"Not specified" }}
Languages {{ profile.languages_spoken|default:"Not specified" }}
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 %}
{% else %}
More profile details are hidden in public preview mode.
{% endif %}
This is a service-partner-side preview. Guest contact, hiring requests, and arrangement workflows are handled separately through the platform.
{% if show_full_service_profile_preview %}

About

Professional profile overview and personal service description.

{% if profile.about_me %} {{ profile.about_me|linebreaks }} {% elif profile.short_intro %} {{ profile.short_intro|linebreaks }} {% else %} No detailed profile description provided. {% endif %}
{% if profile.skills %}
Skills

Key strengths and service capabilities shared through the profile.

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

Additional address information visible under the current access level.

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

More Profile Details Are Hidden

Public viewers receive only a carefully limited profile preview.

Public visitors can see only a limited profile preview. Sign up as a service partner to understand how approved profiles are presented, how featured visibility works, and how the platform supports local job seekers.

Become a Service Partner
{% endif %}

Training & Professional Growth

Strengthen your profile and service readiness over time.

Service partners may improve their opportunities through better communication, English language ability, guest-handling skills, punctuality, presentation, and professional conduct. Ensolanka can support training guidance for serious service partners.

Trust & Safety Notice

Professional presentation with stronger privacy and process protection.

This platform is designed to present local service partners professionally while protecting privacy, maintaining quality control, and reducing unsafe or unverified arrangements. Direct guest arrangements should follow the platform process.

Partner-Side Preview

This page helps service partners understand how approved profiles appear inside the platform.

For Service Partners

Build a strong, genuine, and professional profile to improve your chance of being noticed by international guests.

  • Use a clear and professional profile photo.
  • Explain your service type and experience honestly.
  • Add language ability and previous work experience.
  • Mention overseas or foreign-client experience if available.
  • Consider featured visibility if you are serious.
{% if service_partner_profile %} Manage My Service Profile {% else %} Create My Service Profile {% endif %}
{% endblock %}