{% extends 'expat_life/base.html' %} {% load static %} {% block title %}My Profile{% endblock %} {% block content %}
Profile Image

Click the image to upload a new profile photo

Guest Profile

My Profile

Manage your Live in Sri Lanka account details, profile image, access permissions, and guest information in one secure place.


Profile Details

Username
{{ request.user.username }}
Email
{{ request.user.email }}
{% if lead %}
Full Name
{{ lead.full_name }}
WhatsApp
{{ lead.whatsapp_number|default:"-" }}
Country
{{ lead.country }}
Nationality
{{ lead.nationality|default:"-" }}
Gender
{{ lead.get_gender_display|default:"-" }}
Expected Arrival Date
{{ lead.expected_arrival_date|default:"-" }}
Duration of Stay
{{ lead.duration_of_stay|default:"-" }}
Monthly Budget
{{ lead.get_monthly_budget_display }}
Remote Worker
{% if lead.remote_worker %} Yes {% else %} No {% endif %}
Message {{ lead.message|default:"-" }}
{% endif %}
Confirmed
{% if profile.is_confirmed %} Yes {% else %} Pending {% endif %}
Joined At
{{ profile.joined_at }}

Access & Permissions
Can View Private Listings {% if profile.can_view_private_listings %} Yes {% else %} No {% endif %}
Can Book Arrangements {% if profile.can_book_arrangements %} Yes {% else %} No {% endif %}
Account Status {% if profile.is_confirmed %} Active {% else %} Pending Review {% endif %}

Payments & Related Activity

Coming next: Here you can later show consultation payments, confirmation payments, package orders, and related history.

{% endblock %}