{% extends "base.html" %} {% load i18n %} {% load wiki %} {% block content %}
{% include "summary.search.part.html" %}
{% empty %}{% blocktrans %}No results found.{% endblocktrans %}
{% endfor %} {% if page.has_previous or page.has_next %} {% endif %} {% endblock %}