{% load static humanize ppa_tags %} {% comment %} this template can be rendered by digitizedwork_list.html or requested separately via ajax, e.g. to update the search results. {% endcomment %}
        Displaying {{ paginator.count|intcomma }} digitized work{{ paginator.count|pluralize }}
    
{{ facet_ranges.pub_date|json_script:"facets" }}
    {% for item in object_list %} {% include 'archive/snippets/search_result.html' %} {% empty %}

    {% firstof error "No matching works." %}

    {% endfor %}
{% include 'archive/snippets/pagination.html' %}