{% extends 'base.html' %} {% load i18n finchtags %} {% block content %}

Search

{% if query %}

Results

{% if page.has_previous or page.has_next %}
{% if page.has_previous %}{% endif %} « Previous{% if page.has_previous %}{% endif %} | {% if page.has_next %}{% endif %} Next »{% if page.has_next %}{% endif %}
{% endif %} {% else %}

No results found.

{% endif %} {% endblock %}