{% extends 'service_partner_app/base_service_partner.html' %} {% load static %} {% block title %}Interested Guests | Hired in Sri Lanka{% endblock %} {% block content %}
Local Service Partner Dashboard

Guests Interested in Your Service Profile

Review the international guests who have already expressed interest in your Service Partner profile. This page helps you stay informed as your profile begins attracting attention within the Hired in Sri Lanka network.

Track guests who noticed your service profile.
Read any message or note attached to the request.
See when each interest request was submitted.
Continue through Ensolanka’s structured matching process.

Total Interest Requests

This count shows the total number of guests who have already shown interest in your Service Partner profile.

{{ total_interests }} Guest{{ total_interests|pluralize }} Interested
Interest Request Overview

Guest Interest Activity

Review available guest details, request dates, current interest status, and any message provided together with the expression of interest.

{% if foreigner_cards %}
{% for item in foreigner_cards %}
Interested Guest
{% if item.profile_image %} {{ item.name }} {% else %} Default Profile {% endif %}
{{ item.name }}
{% if item.country %}

{{ item.country }}

{% endif %}
{% if item.lead and item.lead.nationality %}
Nationality {{ item.lead.get_nationality_display }}
{% endif %} {% if item.age %}
Age {{ item.age }}
{% endif %}
Interest Status {{ item.interest.get_status_display }}
Expressed On {{ item.interest.created_at|date:"M d, Y" }}
{% if item.interest.message %}
Message

{{ item.interest.message|linebreaksbr }}

{% endif %}
{% endfor %}
{% else %}

No Interest Requests Yet

When international guests express interest in your Service Partner profile, their requests will appear here with available profile and status details.

Back to Dashboard
{% endif %}
{% endblock %}