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

{% trans "Search results" %}

{% include "entity/listing.include.html" %}
{% endblock %}