{% extends "docbucket/base.html" %} {% block content %}

Total of {{ search.total }} document{{ search.total|pluralize }} found, {{ page_results }} shown on this page in {{ search.results.runtime }}s.

{% if page != 1 %} « Previous {% else %} « Previous {% endif %} {% if page != max_pages %} Next » {% else %} Next » {% endif %}

{% endblock %}