{% extends 'property_manager_app/base_property_manager.html' %} {% load static %} {% block title %}{{ property.property_name }} | Home in Sri Lanka{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
Managed Property

{{ property.property_name }}

{{ property.get_property_category_display }}

This property is registered under your Home in Sri Lanka Property Care profile. Review the currently submitted information below before we continue into images, service selection, calculator estimates, and future maintenance-plan handling.

Back to My Properties Edit Property Manage Images Add Documents Select Services View Estimate {% if not property.is_submitted_for_review %}
{% csrf_token %}
{% else %} {% endif %} Payment Center Add Another Property
{% if property.review_status == 'approved' %} Approved {% elif property.review_status == 'submitted' %} Submitted for Review {% elif property.review_status == 'rejected' %} Rejected — Needs Correction {% else %} Draft — Not Submitted {% endif %}
Property Images

Visual Reference

Visual references uploaded for this property are shown here. Add or manage images to improve future review and maintenance planning.

{% if images %} {% with first_image=images.first %} {{ property.property_name }} {% endwith %} {% if images.count > 1 %}
{% for image in images|slice:"1:5" %} {{ image.caption|default:property.property_name }} {% endfor %}
{% endif %} {% else %} {% endif %}

What Comes Next for This Property

  • Upload property images and visual condition references
  • Select inspection, cleaning, garden care, and other maintenance needs
  • Generate a provisional monthly care estimate
  • Move toward Ensolanka review and a confirmed property care plan
Identity & Location

Core Property Details

Property Type

{{ property.get_property_category_display }}

Occupancy

{{ property.get_occupancy_status_display }}

City

{{ property.city|default:"Not provided" }}

District

{{ property.district|default:"Not provided" }}

{% if property.address %}
Address / Location Description:
{{ property.address|linebreaksbr }}
{% endif %} {% if property.google_map_link %} {% endif %}
Size & Structure

Land and Building Information

Land Size

{% if property.land_size %} {{ property.land_size }} {{ property.get_land_size_unit_display }} {% else %} Not provided {% endif %}

Total Floor Area

{% if property.total_floor_area %} {{ property.total_floor_area }} {{ property.get_floor_area_unit_display }} {% else %} Not provided {% endif %}

Buildings

{{ property.number_of_buildings }}

Storeys

{{ property.number_of_storeys }}

Bedrooms

{{ property.bedrooms }}

Bathrooms

{{ property.bathrooms }}

Kitchens

{{ property.kitchens }}

Living Rooms

{{ property.living_rooms }}

Other Rooms

{{ property.other_rooms }}

Condition

Property Age and Current State

Approximate Age

{{ property.get_property_age_display }}

Current Condition

{{ property.get_current_condition_display }}

Care-Relevant Features

Outdoor, Utility, and Access Indicators

{% if property.has_boundary_wall_or_fence %} {% else %} {% endif %}
Boundary wall or fence
{% if property.has_boundary_wall_or_fence %} Marked as available. {% else %} Not marked as available. {% endif %}
{% if property.has_gate %} {% else %} {% endif %}
Gate
{% if property.has_gate %} Marked as available. {% else %} Not marked as available. {% endif %}
{% if property.has_garden_or_landscape %} {% else %} {% endif %}
Garden or landscaped outdoor area
{% if property.has_garden_or_landscape %} This may later influence garden-care selections. {% else %} No garden or landscaped area was marked. {% endif %}
{% if property.needs_grass_cutting %} {% else %} {% endif %}
Grass cutting need
{% if property.needs_grass_cutting %} Owner indicated that regular grass cutting may be needed. {% else %} Not selected at registration. {% endif %}
{% if property.electricity_active %} {% else %} {% endif %}
Electricity connection
{% if property.electricity_active %} Marked as active. {% else %} Not marked as active. {% endif %}
{% if property.water_active %} {% else %} {% endif %}
Water connection
{% if property.water_active %} Marked as active. {% else %} Not marked as active. {% endif %}
{% if property.internet_active %} {% else %} {% endif %}
Internet connection
{% if property.internet_active %} Marked as active. {% else %} Not marked as active. {% endif %}
{% if property.needs_key_holding_service %} {% else %} {% endif %}
Key-holding support interest
{% if property.needs_key_holding_service %} Owner indicated possible interest in Ensolanka key-holding support. {% else %} Not selected at registration. {% endif %}
{% if property.allows_emergency_access %} {% else %} {% endif %}
Emergency access preference
{% if property.allows_emergency_access %} Owner indicated possible emergency-access permission, subject to final terms. {% else %} Not selected at registration. {% endif %}
Selected Services

Maintenance Service Preferences

Services currently selected by the owner for this property.

{% if property.service_selections.all %}
{% for selection in property.service_selections.all %}
{{ selection.service_type.name }}
Frequency: {{ selection.get_frequency_display }} · Visits/month: {{ selection.requested_visits_per_month }} · Status: {{ selection.get_selection_status_display }} {% if selection.owner_note %}
{{ selection.owner_note|linebreaksbr }}
{% endif %}
{% endfor %}
{% else %}
No services selected yet.
Ask the owner to select property care services before final review and calculator estimation.
{% endif %}
Monthly Estimate

Latest Provisional Care Estimate

{% if property.estimated_monthly_total_usd %}
Estimated Monthly Total: ${{ property.estimated_monthly_total_usd }}
{% if property.estimate_generated_at %} Generated: {{ property.estimate_generated_at|date:"M d, Y H:i" }} {% endif %}
{% if property.has_custom_quote_services %}
Some selected services still require staff review or custom quotation.
{% endif %} {% else %}
No saved estimate yet. Generate an estimate after selecting services.
{% endif %}
Supporting Documents

Plans, Proofs, and Reference Files

Land plans, building plans, ownership references, utility documents, and other useful files related to this property.

{% if documents %}
{% for document in documents %}
{{ document.title }}

{{ document.get_document_type_display }}

{% if document.description %}
{{ document.description }}
{% endif %}
Uploaded: {{ document.uploaded_at|date:"M d, Y H:i" }}
Staff Verified: {% if document.is_staff_verified %} Yes {% else %} Pending {% endif %}
View
{% csrf_token %}
{% endfor %}
{% else %}
No supporting property documents uploaded yet.
You may add land plans, building plans, ownership references, utility documents, or other useful property files.
{% endif %}
{% if property.owner_notes %}
Owner Notes

Special Instructions or Current Concerns

{{ property.owner_notes|linebreaksbr }}
{% endif %}
{% endblock %}