{% load semanticui humanize static %}
{% render_field search_form.query %}
{% render_field search_form.title %} {% render_field search_form.author %}
{% render_field search_form.pub_date %} {{ search_form.pubdate_validation_msg }}
Collections
{% for collection in search_form.collections %} {% endfor %}
{% comment %}
{% render_field search_form.earliest_only %} {% render_field search_form.ace_only %}
{% render_field search_form.dict_exclude %} {% render_field search_form.pg_exclude %}
{% endcomment %}

Displaying {{ paginator.count|intcomma }} digitized work{{ paginator.count|pluralize }}

Work citations can be exported to Zotero

Results are loading
{% include 'archive/snippets/pagination.html' %} {% include 'archive/snippets/sort.html' %}