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

Update the Details of {{ property.property_name }}

Keep your property record accurate. These details will later support better maintenance selections, monthly estimate calculations, and final care-plan review.

Correct Location Details

Adjust property address, district, city, or mapping information where needed.

Refine Property Scale

Update land size, floor area, building counts, storeys, and room information.

Refresh Care-Relevant Needs

Change condition, utilities, grounds care needs, and access preferences as appropriate.

Important: Property changes may influence future estimate calculations and the final reviewed monthly maintenance plan.
Update Managed Property

Edit Property Details

Review and update the current information below. Use the most accurate details currently available to you.

Editing property under: {{ profile.full_name }} {% if profile.email %} ยท {{ profile.email }} {% endif %}
{% if form.non_field_errors %}
{{ form.non_field_errors }}
{% endif %}
{% csrf_token %}
{{ form.property_name }} {% if form.property_name.help_text %}
{{ form.property_name.help_text }}
{% endif %} {{ form.property_name.errors }}
{{ form.property_category }} {{ form.property_category.errors }}
{{ form.occupancy_status }} {{ form.occupancy_status.errors }}
{{ form.city }} {{ form.city.errors }}
{{ form.district }} {{ form.district.errors }}
{{ form.address }} {{ form.address.errors }}
{{ form.google_map_link }} {% if form.google_map_link.help_text %}
{{ form.google_map_link.help_text }}
{% endif %} {{ form.google_map_link.errors }}
{{ form.land_size }} {% if form.land_size.help_text %}
{{ form.land_size.help_text }}
{% endif %} {{ form.land_size.errors }}
{{ form.land_size_unit }} {{ form.land_size_unit.errors }}
{{ form.number_of_buildings }} {{ form.number_of_buildings.errors }}
{{ form.total_floor_area }} {% if form.total_floor_area.help_text %}
{{ form.total_floor_area.help_text }}
{% endif %} {{ form.total_floor_area.errors }}
{{ form.floor_area_unit }} {{ form.floor_area_unit.errors }}
{{ form.number_of_storeys }} {{ form.number_of_storeys.errors }}
{{ form.bedrooms }} {{ form.bedrooms.errors }}
{{ form.bathrooms }} {{ form.bathrooms.errors }}
{{ form.kitchens }} {{ form.kitchens.errors }}
{{ form.living_rooms }} {{ form.living_rooms.errors }}
{{ form.other_rooms }} {{ form.other_rooms.errors }}
{{ form.property_age }} {{ form.property_age.errors }}
{{ form.current_condition }} {{ form.current_condition.errors }}
{{ form.has_boundary_wall_or_fence }}
Useful for security checks and boundary observations. {{ form.has_boundary_wall_or_fence.errors }}
{{ form.has_gate }}
Helps plan access and visible entrance checks. {{ form.has_gate.errors }}
{{ form.has_garden_or_landscape }}
Relevant for garden care and outdoor upkeep estimates. {{ form.has_garden_or_landscape.errors }}
{{ form.needs_grass_cutting }}
Useful for vacant lands, gardens, and outdoor monthly tasks. {{ form.needs_grass_cutting.errors }}
{{ form.electricity_active }}
{{ form.electricity_active.errors }}
{{ form.water_active }}
{{ form.water_active.errors }}
{{ form.internet_active }}
{{ form.internet_active.errors }}
{{ form.needs_key_holding_service }}
Indicates possible future interest in trusted key custody support. {{ form.needs_key_holding_service.errors }}
{{ form.allows_emergency_access }}
Final emergency permissions will later be handled through proper service terms. {{ form.allows_emergency_access.errors }}
{{ form.owner_notes }} {% if form.owner_notes.help_text %}
{{ form.owner_notes.help_text }}
{% endif %} {{ form.owner_notes.errors }}

After saving, you will return to the property detail page with the updated information.

{% endblock %}