{% extends 'hosting_app/base_hosting.html' %} {% load static %} {% block title %}Hosting Partner Dashboard | Host in Sri Lanka{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{% if just_signed_up %}

Welcome, your Hosting Partner account has been created.

Please save your temporary login credentials safely. You can later add password reset and change-password flow exactly like the other Travel apps.

Account Role {{ account_role }}
Username {{ username }}
Temporary Password {{ password }}
Registered Email {{ new_account_email }}
{% endif %}
{% if host.profile_image %} {{ host.business_name }} {% else %} Default Profile {% endif %}
Hosting Partner Dashboard

Welcome, {{ host.contact_person_name }}

Manage your Hosting Partner profile and prepare your venue presence for guests seeking romantic dates, proposal setups, anniversaries, birthdays, honeymoon moments, and memorable celebrations in Sri Lanka.

{% if host.status == 'approved' %} Hosting Partner Approved {% elif host.status == 'pending' %} Hosting Partner Profile Pending Review {% elif host.status == 'rejected' %} Hosting Partner Profile Requires Attention {% elif host.status == 'suspended' %} Hosting Partner Profile Suspended {% endif %}
{{ total_venues }}

Total Venues

{{ approved_venues }}

Approved Venues

{{ total_packages }}

Event Packages

{{ approved_packages }}

Approved Packages

Recommended Setup Journey

To become attractive to guests, your hosting presence should eventually include these key parts.

1. Add your hosting venue

Restaurant, villa, rooftop, beach cabana, resort, garden, or celebration venue.

2. Present celebration packages

Date nights, proposal setups, anniversary plans, birthdays, honeymoons, and custom events.

3. Add meals and premium extras

Couple menus, cakes, flowers, photographers, music, decorations, and other add-on services.

4. Receive guest requests later

Ensolanka will coordinate event inquiries and help convert approved requests into confirmed bookings.

Your Venues

A preview of venues linked to your Hosting Partner account.

Add Venue
{% if venues %}
{% for venue in venues %} {% endfor %}
Venue Location Status Public Packages Actions
{{ venue.venue_name }}
{{ venue.get_venue_category_display }}
{{ venue.get_city_display|default:venue.city }}, {{ venue.get_district_display|default:venue.district }} {{ venue.get_listing_status_display }} {% if venue.is_public %} Public {% else %} Hidden {% endif %} {{ venue.event_packages.count }}
{% else %}
No venues added yet

Your venue management page will allow you to add the first hosting venue, upload images, and later create event packages.

{% endif %}
{% endblock %}