{% extends 'expat_life/base.html' %} {% load static %} {% block title %}Assistants and Local Service Partners | Trusted Local Support in Sri Lanka{% endblock %} {% block content %}
Local Service Partner Directory

Browse Trusted Assistants and Local Service Partners in Sri Lanka

Find approved drivers, housekeepers, helpers, translators, caregivers, and local assistants who can support your day-to-day life, travel, relocation, and long-stay experience in Sri Lanka.

Reviewed service profiles
Multiple support categories
Language and local help
More guided support process
Smart Service Search
Find the Right Local Support for Your Sri Lanka Lifestyle

Filter by service type, city, or keyword to discover suitable local service partners.

Reset
Reset
Available Service Partners
{% 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.full_name }} {% else %}
{% endif %}
{{ profile.get_service_type_display }}
{% if profile.is_featured %} {% endif %}
{{ profile.display_name|default:profile.full_name }}
{{ profile.city|default:"Location not specified" }} {% if profile.district %}, {{ profile.district }}{% endif %}
{% if profile.short_intro %}

{{ profile.short_intro|truncatechars:120 }}

{% endif %}
    {% if profile.languages_spoken %}
  • Languages: {{ profile.languages_spoken }}
  • {% endif %} {% if profile.experience_summary %}
  • Experience: {{ profile.experience_summary|truncatechars:60 }}
  • {% endif %} {% if profile.education %}
  • Education: {{ profile.education }}
  • {% endif %}
{% empty %}
No service partner profiles found

Try changing the service type, city, or keyword search to discover more local support profiles.

Reset Filters
{% endfor %}
{% if page_obj.paginator.num_pages > 1 %}
{% endif %}
{% endblock %}