{% extends "base.html" %} {% block title %}List a Property - NexHome{% endblock %} {% block content %}

List a New Property

Fill in the details below to create your listing.

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

Contact Information

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

{% set phone_value = values.contact_phone|default("") %} {% include "components/phone_input.html" %}

Click or drag to upload an image

JPG, PNG or WebP. Max 5MB.

Cancel
{% endblock %}