{% load i18n spider_paging %} {% list_parameters "search" as cur_search %} {% get_searchpath as searchpath %}
{% csrf_token %}
{# for clearing search #} {% if cur_search %} {% endif %}
{% blocktrans trimmed %} 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.
Use _ to start strict search. Escape with __.
Use !_ to start negated strict search. {% endblocktrans %} {% if request.is_special_user %}
{% blocktrans trimmed %} Use _unlisted to list/search "unlisted" marked content. {% endblocktrans %}{% endif %}
{% 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 %}