Fill in the property details carefully. Submitted listings can be reviewed before becoming visible to foreigners.
{% if is_edit and listing %}
{% if listing.is_approved %}
Status: Approved listing.
{% else %}
Status: Pending review.
Your latest changes remain visible to you, but public users will only see the listing after approval.
{% endif %}
{% endif %}
{% if is_edit and listing and listing.images.all %}
{% for img in listing.images.all %}
{% if img.caption %}
{{ img.caption }}
{% endif %}
{% endfor %}
You can remove individual images and upload new ones. Any image change will send the listing for review again.