{% extends "base.html" %} {% load i18n tz highlight search_get search_preview_templates %} {% load static from staticfiles %} {% block main %}
    {% for result in page.object_list %} {% get_search_preview_templates result as template_target %} {% include template_target %} {% empty %}

    Não foram encontrados resultados para a sua busca.

    {% endfor %}
{% if page.has_other_pages %} {% endif %}
{% endblock %}