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 %}