{% load i18n %} {% if sh_title %} {% with sh_title=sh_title sh_ec_id=sh_ec_id sh_icon="icon-inbox" sh_url_title="" %} {% include "layout_elements/section_header.html" %} {% endwith %} {% endif %}
{% if document_list %} {% for doc in document_list %} {% endfor %}
{% trans "Document" %} {% trans "Added" %}
{{ doc }}
{{ doc.page_set.count }} {% trans "Pages" %} {% if doc.search_tags %} {% for tag in doc.search_tags %} {{ tag }} {% endfor %}
{% endif %}
{{ doc.date_added|date }}
{% else %} {% trans "No documents available." %} {% endif %}