{% extends 'property_manager_app/base_property_manager.html' %} {% load static %} {% block title %}Property Care Dashboard | Home in Sri Lanka{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{% if just_signed_up %} {% if username and password %} {% else %}

Property Care Access Added Successfully.

Your existing Ensolanka account now includes access to {{ account_role|default:"Property Care" }}. No new login was created. You can continue using your existing username and password.

{% endif %} {% endif %}
Property Care Dashboard

Welcome, {{ profile.full_name }}

This is your Home in Sri Lanka owner space. From here, you will register properties, request maintenance support, review service progress, receive inspection updates, and later work with monthly care estimates and payment plans.

{% if profile.profile_image %} {{ profile.full_name }} {% else %} Default Profile {% endif %}

{{ profile.full_name }}

Property Care Owner

{{ profile.email }}
{% if profile.whatsapp_number %}
{{ profile.whatsapp_number }}
{% endif %} {% if profile.current_country or profile.current_city %}
{% if profile.current_city %} {{ profile.current_city }} {% endif %} {% if profile.current_city and profile.current_country %}, {% endif %} {% if profile.current_country %} {{ profile.current_country }} {% endif %}
{% endif %}
{{ profile.get_client_type_display }}
{% if profile.is_approved %} Approved {% else %} Pending {% endif %} {% if profile.is_identity_verified %} Verified {% else %} Verification Pending {% endif %}
{{ total_properties }}
Total Properties

Properties you have registered for care or review.

{{ approved_properties }}
Approved

Properties already approved for the care process.

{{ pending_properties }}
Pending Review

Properties awaiting Ensolanka review or next approval step.

{{ active_properties }}
Active Records

Property records currently active in your dashboard.

Connected Ensolanka Access

Expand Your Account

Use your existing Home in Sri Lanka Property Care account to activate related Ensolanka services without creating a new login.

Rental Owner Access
{% if has_rental_owner_profile %}

Your Rental Owner profile is already active. Open your rental dashboard to manage rental listings and reach international guests.

Open Rental Dashboard {% else %}

Activate Rental Owner access using your existing Property Care profile details. You can then create and manage rental listings from the same Ensolanka account.

{% csrf_token %}
{% endif %}
Affiliate Access
{% if has_affiliate_profile %}

Your Affiliate profile is already active. Open your Affiliate Dashboard to access your ambassador resources, referral tools, and earning opportunities.

Open Affiliate Dashboard {% else %}

Activate Ensolanka Global Ambassador access using your existing Property Care account details and begin promoting Sri Lanka while exploring earning opportunities.

{% csrf_token %}
{% endif %}
Managed Properties

Your Property Care Portfolio

Add the houses, lands, villas, estates, or buildings you want Ensolanka to inspect, maintain, or help manage while you are away.

Add Property
{% if properties %}
{% for property in properties %}
{% with first_image=property.images.first %} {% if first_image %} {{ property.property_name }} {% else %}
{% endif %} {% endwith %} {% if property.is_approved %} Approved {% elif property.is_submitted_for_review %} Submitted for Review {% else %} Draft — Not Submitted {% endif %}

{{ property.property_name }}

{{ property.get_property_category_display }}
{% if property.city or property.district %}
{% if property.city %} {{ property.city }} {% endif %} {% if property.city and property.district %}, {% endif %} {% if property.district %} {{ property.district }} {% endif %}
{% endif %}
{{ property.get_occupancy_status_display }}
Current condition: {{ property.get_current_condition_display }}
{% endfor %}
{% else %}

No properties added yet

Your owner profile is ready. The next step is to register your first Sri Lankan property so Ensolanka can understand the location, land size, building details, and the type of ongoing care you may need.

Add Your First Property
{% endif %}
Add Property

Register land, houses, villas, estates, or buildings with location, size, rooms, and condition information.

Select Services

Choose inspection, cleaning, garden maintenance, bill handling, emergency support, and other property care needs.

Get Estimate

A future monthly care calculator will provide provisional cost estimates based on property size and selected service scope.

Track Reports

Later, your dashboard can display property inspection notes, photos, maintenance progress, and service updates.

{% endblock %}