{% extends "root.html" %}{% load staticfiles %}{% load url from future %}{% load i18n %} {% block body %}

{% trans "Search results" %}

{% if previous_page != None %} {% trans 'Previous page' %}{% else %} {% trans 'Previous page' %} {% endif %} {% blocktrans with cc=page_index ct=page_count %} {{ cc }}/{{ ct }}{% endblocktrans %} {% if next_page %} {% trans 'Next page' %} {% else %}{% trans 'Next page' %} {% endif %}
{% endblock %}