{% load i18n %} {% if not is_data_section_target %}
{% if applied_filters %}
{% for filter in applied_filters %} {{ filter.label }} {% endfor %}
{% endif %}
Filter
{{ filter_section|safe }}

View

{% for view_type in view_types %} {% endfor %}
{% if breadcrumbs %} {% for crumb in breadcrumbs %} {% if crumb.active %} {% else %} {% endif %} {% endfor %} {% endif %} {% endif %}
{% if preference.view_type == "table" %}
{% for item in navigation_items %} {% endfor %} {% for row in file_rows %} {% endfor %} {% if not navigation_items and not file_rows %} {% endif %}
Name Linked Object Folder Size Updated {% trans "Actions" %}
{% if item.open_folder_id %} {% elif item.open_module_id %} {% elif item.open_content_type_id %} {% else %} {{ item.name }} {% endif %}
{{ item.kind_label }} {{ item.location_label }} - {% if item.folder %}{{ item.folder.datetime_updated }}{% else %}-{% endif %}
{% if item.open_folder_id %} {% elif item.open_module_id %} {% elif item.open_content_type_id %} {% endif %} {% if item.rename_allowed and perms.bloomerp.change_filefolder %} {% endif %} {% if item.delete_allowed and perms.bloomerp.delete_filefolder %} {% endif %}
{{ row.name }}
{% if row.content_object_url %} {{ row.content_object_label }} {% else %} {{ row.content_object_label }} {% endif %} {{ row.folder_label }} {{ row.size }} {{ row.datetime_updated }}
{% if row.view_url %} View Download {% endif %} {% if row.rename_allowed %} {% endif %} {% if row.move_allowed %} {% endif %} {% if row.delete_allowed %} {% endif %}
No files or folders found.
{% else %}
{% for item in navigation_items %}

{{ item.name }}

{{ item.kind_label }} in {{ item.location_label }}

{% if item.open_folder_id %} {% elif item.open_module_id %} {% elif item.open_content_type_id %} {% endif %} {% if item.rename_allowed and perms.bloomerp.change_filefolder %} {% endif %} {% if item.delete_allowed and perms.bloomerp.delete_filefolder %} {% endif %}
{% endfor %} {% for card in file_cards %}

{{ card.name }}

{{ card.size }}

Object: {{ card.object_label }}

Folder: {{ card.folder_label }}

Updated: {{ card.updated_at }}

{% if card.view_url %} View Download {% endif %} {% if card.rename_allowed %} {% endif %} {% if card.move_allowed %} {% endif %} {% if card.delete_allowed %} {% endif %}
{% endfor %} {% if not navigation_items and not file_cards %}
No files or folders found.
{% endif %}
{% endif %} {% if page_obj.paginator.num_pages > 1 %}

Showing {{ page_obj.start_index }}-{{ page_obj.end_index }} of {{ page_obj.paginator.count }} files

{% for page_number in pagination_pages %} {% if page_number %} {% else %} {% endif %} {% endfor %}
{% endif %}
{% if not is_data_section_target %}
{% endif %}