{% load i18n %} {% load adminmedia filermedia filer_tags %}
| {% trans 'Name' %} | ||||
|---|---|---|---|---|
| {% if select_folder %} {% endif %} |
{% trans "Change" %}
{% trans "Owner" %}: {{ subfolder.owner|default:"n/a" }} {% trans "Folders" %}: {{ subfolder.children_count|default:"0" }} {% trans "Images" %}: {{ subfolder.file_count|default:"0" }}
|
|||
| {% if is_popup and not select_folder %} {% endif %} |
{% trans "Change" %}
{{ file.label }} ({{ file.size|filesize:"auto1000long" }})
{% ifequal file.file_type "image" %}{{ file.width }} x {{ file.height }} px {% endifequal %}
{% if file.owner %}{% trans "Owner" %}: {{ file.owner }} {% endif %}
{# {% if file.has_all_mandatory_data %} |
|||
| {% trans "there are no files or subfolders" %} | ||||