{% extends "emails/hosting_app/base_hosting_email.html" %} {% block email_title %}Welcome to Host in Sri Lanka{% endblock %} {% block brand_title %}Welcome to Host in Sri Lanka{% endblock %} {% block brand_subtitle %} Your Hosting Client account has been created successfully {% endblock %} {% block email_content %}

Hello {{ full_name|default:user.get_username }},

Welcome to Host in Sri Lanka. Your Hosting Client account has been created successfully.

You can now sign in to your Hosting Client dashboard, continue your selected venue booking, review your booking order, manage payment items, and plan beautiful hosted experiences such as romantic dinners, birthday celebrations, private dining, proposal events, anniversary moments, and custom celebrations.

{% if venue %}
Selected Venue: {{ venue.venue_name }}
{% if venue.city or venue.district %} Location: {% if venue.city %}{{ venue.city }}{% endif %} {% if venue.city and venue.district %}, {% endif %} {% if venue.district %}{{ venue.district }}{% endif %}
{% endif %} {% if venue.venue_category %} Venue Type: {{ venue.get_venue_category_display }} {% endif %}
{% endif %}
Account Type: {{ account_role|default:"Hosting Client" }}
Email: {{ email }}
Username: {{ username }}
Temporary Password: {{ temporary_password }}

For better security, please change your password after your first login.

{% if dashboard_url %}

Go to My Client Dashboard

{% endif %} {% if venue_url %}

Continue My Booking

{% endif %} {% if payment_center_url %}

Open Payment Center

{% endif %}
What you can do next:
Continue your venue booking, select event packages, choose meal plans, add optional services such as flowers, cakes, décor, photography, music, or other arrangements, then review your booking before payment.
Important:
Please keep these login details safe. Do not share your username or password with anyone.

If you did not create this account, please contact our support team immediately.

Thank you,
Host in Sri Lanka Team

{% endblock %}