{% extends "base.html" %} {% load i18n %} {% block content %} {% include "portal/menu.html" %} {% include "account/menu.html" %}

{% trans "Search results" %}

{% include "entity/listing.include.html" %} {% if entities.has_geoinfo %}
{% endif %}
{% endblock %} {% block extrajs %} {% if entities %} {% include "entity/map.include.html" %} {% endif %} {% endblock %}