{% extends "base.html" %} {% block content %}

Public list

Nearby property sightings

Sort by newest posts or allow location to estimate the closest entries.

{% if entries %}
{% for entry in entries %}
{% include "core/partials/property_card.html" with entry=entry %}
{% endfor %}
{% else %}

No visible properties yet

Add the first public pin from your location or upload a compressed property photo.

Create first entry
{% endif %}
{% endblock %}