{% comment %}One library entry: a collection folder, or a single document.{% endcomment %} {% if item.kind == 'collection' %}
{{ item.collection.title }} {{ item.count }} document{{ item.count|pluralize }}{% if item.partial %} of {{ item.collection.document_count }} in this batch{% endif %} {% if item.date %} · {{ item.date|date:"j M Y" }}{% endif %} {% if staff_ui %}
{% csrf_token %}
{% endif %}
{% else %} {% endif %}