{% extends "base.html" %} {% load wagtailcore_tags static %} {% block extra_head %} {% endblock %} {% block extra_javascript %} {% endblock %} {% block extra_css %} {% endblock %} {% block body_class %}template-homepage{% endblock %} {% block content %}

Search

Search and filter all volumes.

{{ form.q }}
Search for individual whole keywords. Multiple words will be searched as 'or' (e.g. Rome London = Rome or London).
{{ form.sort.label }}
{{ form.sort }}

Filters

{{ form.author.label }}
{{ form.author }}
{{ form.language.label }}
{{ form.language }}
{{ form.collection.label }}
{{ form.collection }} Hold down “Control”, or “Command” on a Mac, to select more than one, or to deselect a selected item. Selecting multiple options will include all results matching any of the options.
Date published

{{ volumes.count }} result{{ volumes.count|pluralize }}

{% include "snippets/pagination.html" %}
    {% for volume in volumes %} {% include "snippets/volume_result.html" %} {% endfor %}
{% include "snippets/pagination.html" %}
{% endblock content %}