{% load i18n l10n wagtailadmin_tags %}
{% if not is_searching %} {% trans "Title" %} {% else %} {% trans "Title" %} {% endif %} | {% trans "File" %} | {% if collections %}{% trans "Collection" %} | {% endif %}{% if not is_searching %} {% trans "Created" %} {% else %} {% trans "Created" %} {% endif %} |
---|---|---|---|
{{ doc.filename }} | {% if collections %}{{ doc.collection.name }} | {% endif %}{% human_readable_date doc.created_at %} |