{% extends "base.html" %} {% load i18n tz highlight superarchives search_preview_templates %} {% load static from staticfiles %} {% block title %}{% trans 'search'|title %} - SPB{% endblock %} {% block head_js %} {% if use_language %} {% endif %} {% endblock head_js %} {% block head_css %} {% endblock %} {% block main-content %}

{% trans "BUSCAR NO PORTAL" %}

{% trans "Total de "%}{{ page.paginator.count }}{% trans " respostas na sua pesquisa"%}

{% trans "Ordenar por:" %}


{% for result in page.object_list %} {% get_search_preview_templates result as template_target %} {% include template_target %} {% empty %}
  • {% trans "No results for your search." %} {% if request.GET.q %}

    {% trans "You are searching for" %} {{ request.GET.q }}

    {% endif %}
{% endfor %}
{% if page.has_other_pages %}
{% if page.has_previous %} {% endif %} {% if page.has_next %} {% endif %}
{% endif %}
{% endblock main-content %}