{% extends "wiki/base.html" %} {% load i18n %} {% load wiki_tags %} {% block wiki_pagetitle %}Search results for: "{{ search_query }}"{% endblock %} {% block wiki_contents %}
{% if urlpath %} Searching: in {{ urlpath.article }} {% else %} Searching: everywhere {% endif %}
{% blocktrans with paginator.object_list.count as cnt %} Your search returned {{ cnt }} results. {% endblocktrans %}