{% load i18n l10n wagtailadmin_tags %} {% if collections %} {% endif %} {% include 'wagtailadmin/bulk_actions/select_all_checkbox_cell.html' with parent=current_collection.id %} {% if collections %} {% endif %} {% trans "Select document" as checkbox_aria_label %} {% for doc in documents %} {% include "wagtailadmin/bulk_actions/listing_checkbox_cell.html" with obj_type="document" obj=doc aria_labelledby_prefix="document_" aria_labelledby=doc.pk|unlocalize aria_labelledby_suffix="_title" %} {% if collections %} {% endif %} {% endfor %}
{% if not is_searching %} {% trans "Title" %} {% else %} {% trans "Title" %} {% endif %} {% trans "File" %}{% trans "Collection" %} {% if not is_searching %} {% trans "Created" %} {% else %} {% trans "Created" %} {% endif %}
{{ doc.filename }}{{ doc.collection.name }}{% human_readable_date doc.created_at %}