{%extends "base/page.html"%} {%block title%}Search results{%endblock%} {%block contents%}

Site Search

{%if suburl%} {%endif%}
{%if search_error %}
{{search_error}}
{%else%} {%if hitcount == 0 %}

Your search for {{query}} returned no hits.

{%else%}

Results {{firsthit}}-{{lasthit}} of {%if hitcount == 1000%}more than 1000{%else%}{{hitcount}}{%endif%}.

{%if pagelinks %}Result pages: {{pagelinks|safe}}

{%endif%} {%for hit in hits %} {{forloop.counter0|add:firsthit}}. {{hit.title}} [{{hit.rank|floatformat:2}}]
...{{hit.abstract|safe}}...
{{hit.url}}

{%endfor%} {%if pagelinks %}Result pages: {{pagelinks|safe}}

{%endif%} {%endif%} {%endif%} {%endblock%}