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

Register the Property You Want Ensolanka to Care For

Add the core property information now. These details will later help us build better maintenance selections, monthly estimate calculations, and reviewed care plans.

Location & Property Type

Tell us where it is and whether it is a house, land, estate, villa, building, or mixed property.

Size & Complexity

Land size, floor area, storeys, buildings, and rooms will later support monthly maintenance cost estimation.

Condition & Access

Share utility status, boundary details, key-holding needs, and emergency access preferences.

Next after this: We can build image uploads, a property detail page, service selection, and the monthly maintenance calculator.
Managed Property Details

Add a Property for Care

Complete the information below as accurately as possible. Approximate values are acceptable where exact measurements are not currently available.

Adding 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 this property, the next development stages will allow image uploads, property review, maintenance service selection, and calculator-based monthly care estimates.

{% endblock %}