{% extends 'property_manager_app/base_property_manager.html' %} {% block title %}Upload Property Document | Home in Sri Lanka{% endblock %} {% block content %}

Upload Supporting Property Document

Add land plans, building plans, ownership references, utility documents, or other useful files for {{ property.property_name }}.

Document Details

Upload a file that helps Ensolanka understand, verify, or care for your property more accurately.

{% csrf_token %} {% if form.non_field_errors %}
{{ form.non_field_errors }}
{% endif %}
{{ form.document_type }} {% if form.document_type.help_text %}
{{ form.document_type.help_text }}
{% endif %} {% if form.document_type.errors %}
{{ form.document_type.errors|striptags }}
{% endif %}
{{ form.title }} {% if form.title.errors %}
{{ form.title.errors|striptags }}
{% endif %}
{{ form.file }} {% if form.file.help_text %}
{{ form.file.help_text }}
{% endif %} {% if form.file.errors %}
{{ form.file.errors|striptags }}
{% endif %}
{{ form.description }} {% if form.description.errors %}
{{ form.description.errors|striptags }}
{% endif %}
{{ form.is_owner_visible }}
{% if form.is_owner_visible.help_text %}
{{ form.is_owner_visible.help_text }}
{% endif %} {% if form.is_owner_visible.errors %}
{{ form.is_owner_visible.errors|striptags }}
{% endif %}
Suggested files include land survey plans, building/floor plans, ownership reference documents, utility bills, and supporting property condition references.
Back to Property

Property Reference

Confirm the property before uploading the supporting document.

Property
{{ property.property_name }}
Category
{{ property.get_property_category_display }}
Location
{{ property.city }}, {{ property.district }}
Review Status
{{ property.get_review_status_display }}
{% endblock %}