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

Manage Images for {{ property.property_name }}

{{ property.get_property_category_display }}

Upload clear property images to strengthen the visual record of this managed property. These images will help with owner documentation, future review, maintenance planning, and later property condition understanding.

Upload New Image

Add Property Image

Upload one clear image at a time. You can repeat this step to build a fuller gallery.

{% if form.non_field_errors %}
{{ form.non_field_errors }}
{% endif %}
{% csrf_token %}
{{ form.image }} {% if form.image.help_text %}
{{ form.image.help_text }}
{% endif %} {{ form.image.errors }}
{{ form.caption }} {% if form.caption.help_text %}
{{ form.caption.help_text }}
{% endif %} {{ form.caption.errors }}
Good image examples: front view, gate, garden, land area, building exterior, living spaces, damaged areas, or any section that helps Ensolanka understand the property.
{% endblock %}