{% comment %}One library entry: a collection folder, or a single document.{% endcomment %}
{% if item.kind == 'collection' %}
{{ item.collection.title }}
{% if staff_ui %}
{% endif %}
{% for document in item.documents %}
{% include "documents/_row.html" with document=document hide_category=hide_category %}
{% endfor %}