{% if counts %}
{% for item in counts %}
{{ item.count }} {{ item.hash[:8] }} {% if item.tag %} {{ item.tag }} {% else %} [No Tag] {% endif %} "{{ item.title }}" {{ item.authors }}
{% endfor %}

{{ counts|length }} documents matched.

{% else %}

No matches found.

{% endif %}