{% extends 'expat_life/base.html' %} {% load static %} {% block title %}Guest Dashboard{% endblock %} {% block content %}
{% if just_signed_up %}
{% endif %}
Guest Dashboard

Welcome, {{ request.user.first_name|default:request.user.username }}

This is your personal hub for managing your Sri Lanka living journey — review your profile, explore properties and services, track your selected packages, access payment information, and move confidently toward your stay arrangements.

Account Status
Confirmation {% if profile.is_confirmed %} Confirmed {% else %} Pending {% endif %}
Private Listings {% if profile.can_view_private_listings %} Enabled {% else %} Not Yet Enabled {% endif %}
Booking Access {% if profile.can_book_arrangements %} Enabled {% else %} Not Yet Enabled {% endif %}
Your Guest Portal

Explore, Manage, and Move Forward

Access the most important areas of your Live in Sri Lanka account from one place — property rentals, dating connections, service partners, packages, payments, consultation requests, and support.

{% endblock %}