{% load static %} {% block meta_tags %}{% endblock %} {% block title %}Host in Sri Lanka | Hosting Partner Portal{% endblock %} {% block extra_css %}{% endblock %}
Helping Sri Lankan venues become unforgettable settings for romantic and celebration experiences
About Contact {% if request.user.is_authenticated %} {% with active_portal=request.session.active_hosting_portal %} {% if active_portal == "client" and request.user.hosting_client_profile %} My Client Dashboard {% elif active_portal == "host" and request.user.host_profile %} My Host Dashboard {% elif request.user.host_profile %} My Host Dashboard {% elif request.user.hosting_client_profile %} My Client Dashboard {% endif %} {% endwith %} {% endif %}
{% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% block content %}{% endblock %} {% if request.user.is_authenticated %} {% with active_portal=request.session.active_hosting_portal %} {% if active_portal == "client" and request.user.hosting_client_profile %} My Client Dashboard {% elif active_portal == "host" and request.user.host_profile %} My Host Dashboard {% elif request.user.host_profile %} My Host Dashboard {% elif request.user.hosting_client_profile %} My Client Dashboard {% endif %} {% endwith %} {% else %} Become a Hosting Partner {% endif %} {% block extra_js %}{% endblock %}