{% extends 'expat_life/base.html' %} {% load static %} {% block title %}Guests in Sri Lanka | Featured Profiles{% endblock %} {% block content %}
Guest Community

Featured Guest Profiles in Sri Lanka

Explore selected guest profiles connected with Sri Lanka lifestyle, relocation, long stays, and expat living. Public visitors can view limited featured profiles, while approved dating partners may access a wider set based on permission level.

Featured
Selected profiles highlighted for better visibility
Approved
Profiles reviewed before becoming visible on the platform
Private + Public
Access levels may vary depending on your authenticated role
Guests in Sri Lanka

Why this section matters

Better visibility
Featured profiles can be highlighted in a more organized and trusted environment.
Guided access
The platform can manage visibility levels for different user groups.
Community connection
Useful for those exploring lifestyle, dating, support, or expat-related interactions in Sri Lanka.
Approved Profiles
Featured Visibility
Structured Access
Expat Lifestyle Focus
Featured Collection

Featured Guest Profiles

Selected approved profiles visible according to the current viewer’s access level.

{% for profile in featured_profiles %}
{% if profile.profile_image %} {{ profile.lead.full_name|default:profile.user.username }} {% else %} {{ profile.user.username }} {% endif %}
Featured Guest
{% if profile.lead.nationality %} {{ profile.lead.nationality }} {% endif %} {% if profile.lead.country %} {% if profile.lead.nationality %} | {% endif %} {{ profile.lead.country }} {% endif %}
{{ profile.lead.full_name|default:profile.user.get_full_name|default:profile.user.username }}
    {% if profile.lead.gender %}
  • Gender: {{ profile.lead.get_gender_display }}
  • {% endif %} {% if profile.lead.monthly_budget %}
  • Budget: {{ profile.lead.get_monthly_budget_display }}
  • {% endif %} {% if profile.lead.duration_of_stay %}
  • Stay: {{ profile.lead.duration_of_stay }}
  • {% endif %}
{% empty %}
Featured guest profiles will appear here soon

We are preparing approved and featured profiles for this section.

{% endfor %}
How This Works

Simple Visibility Structure

A cleaner way to manage public and permission-based profile access.

1
Public Preview

Public visitors can view selected approved featured guest profiles.

2
Role-Based Access

Approved dating partners may receive wider visibility based on platform permissions.

3
More Trusted Flow

Approval and featured selection help maintain a more organized presentation.

Explore Featured Guest Profiles with Better Structure

View public profiles or access more through the appropriate authenticated pathway.

{% endblock %}