{% extends 'base.html' %} {% load static humanize widget_tweaks %} {% load render_bundle from webpack_loader %} {% block js %}{% render_bundle 'booksSearch' 'js' %}{% endblock %} {% block page-subtitle %}Library Holdings ยท {% endblock %} {% block header %} {% include 'snippets/header.html' with title=page_title style="search" %} {% endblock %} {% block main-style %}white{% endblock %} {% block content %} {% include 'snippets/breadcrumbs.html' %} {% render_field form.query %} {% include 'common/form_errors.html' %} Filter by: {{ form.circulation_dates.label }} {{ form.circulation_dates }} {% comment %} Creators* Publishers* {% endcomment %} {% include 'common/active_filters.html' %} {{ works.count|intcomma }} total result{{ works.count|pluralize }} {# only shown on mobile & tablet before the user scrolls down #} SORTED BY DISPLAYING SORTED BY {% render_field form.sort form="books-form" %} Go {% include 'snippets/pagination.html' with form_id="books-form" %} {% include 'snippets/page-controls.html' %} {% include 'books/snippets/work_results.html' %} {% endblock %}