{% extends "emails/dating_app/base_dating_email.html" %} {% block email_title %}New Interest Received{% endblock %} {% block brand_title %}New Interest Received{% endblock %} {% block brand_subtitle %} A foreign guest has expressed interest in your dating partner profile {% endblock %} {% block email_content %} 💛 New Guest Interest

Hello {{ partner_name|default:partner_user.get_username }},

Good news. A foreign guest on Date in Sri Lanka has expressed interest in your dating partner profile.

This means the guest has viewed your profile and would like to explore a possible connection through our platform.

Interested Guest: {{ foreigner_name }}
Interest Status: {{ interest.get_status_display|default:"Interested" }}
{% if interest.message %}

Message from the guest:

{{ interest.message|linebreaksbr }}
{% endif %} {% if dashboard_url %}

Go to My Partner Dashboard

{% endif %}

1 Log in to your Dating Partner Dashboard

2 Review the guest interest carefully

3 Wait for platform guidance before sharing private contact details

Safety Reminder:
Please do not share your personal phone number, private address, or private social media details until the connection is properly reviewed and guided through the platform.

Thank you,
Date in Sri Lanka Team

{% endblock %}