{# One document row. Used loose in the library and nested inside collections. #}
{{ document.summary }}
{% if document.category and not hide_category %}{{ document.category.name }}{% endif %} {% if show_document_dates and document.published_date %}{{ document.published_date|date:"j M Y" }}{% endif %}