{% load i18n spider_paging %} {% list_parameters "search" as cur_search %} {% list_parameters "info" as cur_info %} {% get_searchpath as searchpath %}
{% csrf_token %} {% if cur_search or cur_info %} {% endif %}
{% blocktrans %} Use ! to negate. Use !! to start a search tag with !. Press Enter to confirm tag. The button with the magnifying glass on the right starts the search. {% endblocktrans %}
{% if page_obj.paginator.num_pages > 1 %}
{% csrf_token %} {% if page_obj.has_previous %} {% endif %} {% blocktrans trimmed with page=page_obj.number num_pages=page_obj.paginator.num_pages %} Page {{ page }} of {{ num_pages }}. {% endblocktrans %} {% if page_obj.has_next %} {% endif %}
{% endif %}