{% load i18n %} {% load admin_list staticfiles filer_tags %} {% load url from suit_compat %}
{% if paginator.count and not select_folder and not is_popup %}{% endif %} | {% trans 'Name' %} | |||
---|---|---|---|---|
{% if select_folder and item.file_type == 'Folder' %}{% else %}{% if action_form and item.pk and not is_popup %}{% endif %}{% endif %} |
{% if item.file_type == 'Folder' and item_perms.change %}
{% trans "Change" %}
{% endif %}
{% if not subfolder.is_root %}{% blocktrans count subfolder.children_count as counter %}1 folder{% plural %}{{ counter }} folders{% endblocktrans %}, {% blocktrans count subfolder.file_count as counter %}1 file{% plural %}{{ counter }} files{% endblocktrans %}
{% endif %}{% trans "Owner" %}: {{ subfolder.owner|default:"n/a" }} |
|||
{% if is_popup and not select_folder %}{% else %}{% if action_form and not is_popup %}{% endif %}{% endif %} | {% if item_perms.change %}{% endif %}![]() |
{% trans "Delete" %}
{% trans "Change" %}
{{ file.size|filesizeformat }}{% ifequal file.file_type "Image" %}, {{ file.width }}x{{ file.height }} px{% endifequal %}
{# {% if file.has_all_mandatory_data %}{% trans "Owner" %}: {{ file.owner|default:"n/a" }}{% if enable_permissions %}. {% trans "Permissions" %}: {% if file.is_public %}{% trans "disabled" %}{% else %}{% trans "enabled" %}{% endif %}{% endif %} ![]() ![]() |
||
{% trans "there are no files or subfolders" %} |