-
{{ flats|length }} gefunden
- {% if next_scrape_utc %}
-
· nächste Aktualisierung …
- {% endif %}
+
+
+ Passende Wohnungen auf inberlinwohnen.de
+
+
+
+
+
+
+
+ {% if not map_points %}
+
+ Keine Koordinaten für passende Wohnungen vorhanden —
+ entweder sind noch keine neuen Flats geocoded worden oder die Filter lassen noch nichts durch.
+
+ {% endif %}
+
+
+
+
+
{% for item in flats %}
{% set f = item.row %}
diff --git a/web/templates/base.html b/web/templates/base.html
index 8ce2784..14cee1f 100644
--- a/web/templates/base.html
+++ b/web/templates/base.html
@@ -7,7 +7,12 @@
{% block title %}lazyflat{% endblock %}
+
+
+