{% extends 'service_partner_app/base_service_partner.html' %} {% load static %} {% block title %}Service Partner Profiles | Local Service Partner Portal{% endblock %} {% block content %}
Service Partner Network

Preview Public Local Service Partner Profiles

See how approved public local service partner profiles are presented inside the Ensolanka local service partner portal. This network is designed for housekeepers, drivers, translators, cleaners, helpers, nurses, caregivers, local assistants, and other reliable service-minded job seekers.

{% if service_partner_profile %} My Service Dashboard {% else %} Sign Up as Service Partner {% endif %} View Preview
Approved public profile showcase
Useful for future Service Partners
Understand profile presentation style
Visibility managed through structured access
Current Access Level

{{ access_level_label }}

{{ access_message }}

  • This page presents approved public service partner profiles only.
  • Public visitors can preview limited profile presentation details.
  • Signed-up partners can better understand how profiles are displayed.
  • Guest-facing visibility benefits are handled separately inside the Guest App.
{% if service_partner_profile %} Continue from Dashboard {% else %} Create Service Partner Profile {% endif %}
{% if use_marketing_stats %}
Growing network preview: Public numbers are presented as profile-opportunity indicators while the service partner network grows.
{% endif %}

{{ display_total_profiles }}+

Service Profile Opportunities

{{ real_public_profiles }}

Approved Public Profiles

{{ display_serious_profiles }}+

Approved / Serious Partners

Public

Preview Scope on This Page

Profile Preview

Sample Public Service Partner Profiles

A quick visual preview of approved public local service partner profiles available inside the service partner portal.

{% if not service_partner_profile %} {% endif %}
{% for profile in sample_profiles %}
{% if profile.profile_photo %} Service partner profile {% else %}
{% endif %}
{% if service_partner_profile %} {{ profile.display_name|default:profile.full_name|default:"Partner" }} {% else %} Partner {% endif %}
{% empty %} {% for i in "123456789012" %}
Partner
{% endfor %} {% endfor %}
Your Current Access
{% if not service_partner_profile %}

You are viewing a public preview of approved public local service partner profiles. Sign up as a service partner to create your own profile and better understand how approved profiles are presented.

{% elif not is_approved_service_partner %}

Your service partner profile is registered but not approved yet. You can preview approved public service partner profiles while waiting for approval.

{% elif is_approved_service_partner %}

Your approved service partner profile can view approved public local service partner profiles. Guest-facing visibility and promotional benefits are handled separately in the Guest App.

{% endif %}
{% if service_partner_profile %} My Service Dashboard {% else %} Become a Service Partner {% endif %}
{% if service_partner_profile %}
Refine Preview

Filter Public Service Profiles

Search profiles by service type, city, or keyword.

{% else %}
Public preview: You can browse approved public local service partner profiles in a limited presentation. Create a service partner profile to better understand how profiles are presented and manage your own profile.
{% endif %}
{% if is_approved_service_partner %} Approved Public Service Partner Profiles {% elif service_partner_profile %} Public Service Partner Profile Preview {% else %} Limited Public Service Partner Preview {% endif %}
{% if total_results > 0 %}

Showing {{ page_obj.start_index }}–{{ page_obj.end_index }} of {{ total_results }} profile{{ total_results|pluralize }}

{% else %}

No service partner profiles found for the selected filters.

{% endif %}
{% if page_obj.paginator.num_pages > 1 %} Page {{ page_obj.number }} of {{ page_obj.paginator.num_pages }} {% endif %}
{% for profile in profiles %}
{% if profile.profile_photo %} {{ profile.display_name|default:profile.full_name|default:'Service partner profile' }} {% else %}
{% endif %}
Public Preview
{% if profile.service_type %} {{ profile.get_service_type_display }} {% endif %} Public Profile
{% if service_partner_profile %} {{ profile.display_name|default:profile.full_name }} {% else %} Service Partner Profile {% endif %}

{{ profile.city|default:"Location not specified" }} {% if profile.district %}, {{ profile.district }}{% endif %}

{% if service_partner_profile and profile.short_intro %}

{{ profile.short_intro|truncatechars:120 }}

{% else %}

Public preview only. Sign up or continue through the service partner process to view more profile presentation details.

{% endif %}
    {% if profile.languages_spoken %}
  • Languages: {% if service_partner_profile %} {{ profile.languages_spoken }} {% else %} Available after signup {% endif %}
  • {% endif %} {% if service_partner_profile and profile.experience_summary %}
  • Experience: {{ profile.experience_summary|truncatechars:60 }}
  • {% endif %} {% if service_partner_profile and profile.education %}
  • Education: {{ profile.education }}
  • {% endif %}
{% if is_approved_service_partner %} This is a service-partner-side preview of a public profile. Guest contact and hiring workflows are handled separately. {% elif service_partner_profile %} Your profile approval is required before viewing more service profile details. {% else %} Sign up as a service partner to view more profile examples and create your own profile. {% endif %}
{% if show_service_profile_detail_link %} View Profile Preview {% elif service_partner_profile %} Await Approval {% else %} Sign Up to View More {% endif %}
{% empty %}
No service partner profiles found

No approved public service partner profiles match your selected filters.

{% if service_partner_profile %} My Service Dashboard {% else %} Become a Service Partner {% endif %}
{% endfor %}
{% if page_obj.paginator.num_pages > 1 %}
{% endif %}
{% endblock %}