{% extends "base.html" %} {% block title %}Edit Listing - NexHome{% endblock %} {% block content %}

Edit Property

Update the details of your listing.

{% if error %}
{{ error }}
{% endif %}
$

Contact Information

Provide at least one contact method (email or phone).

{% set phone_value = prop.contact_phone or "" %} {% include "components/phone_input.html" %}
{% if primary_image %}
Current
{% endif %}

Leave empty to keep the current image.

Cancel
{% endblock %}