{% load i18n l10n wagtailadmin_tags %}
{% if not is_searching %} {% if ordering == "-title" %} {% elif ordering == "title" %} {% else %}{# ordering by created at, so default to title, asc #} {% endif %} {% trans "Title" %} {% else %} {% trans "Title" %} {% endif %} | {% trans "File" %} | {% trans "Type" %} | {% if collections %}{% trans "Collection" %} | {% endif %}{% if not is_searching %} {% if ordering == "-created_at" %} {% else %} {% endif %} {% trans "Uploaded" %} {% else %} {% trans "Uploaded" %} {% endif %} |
---|---|---|---|---|
{% if choosing %} {% else %} {% endif %} | {% if choosing %} {{ media_file.filename }} {% else %} {{ media_file.filename }} {% endif %} | {{ media_file.get_type_display }} | {% if collections %}{{ media_file.collection.name }} | {% endif %}{% human_readable_date media_file.created_at %} |