{% extends "admin/filer/base_site.html" %} {% load i18n staticfiles filer_admin_tags %} {% block extrahead %}{{ block.super }} {# upload stuff #} {{ media.js }} {% if action_form %}{% if actions_on_top or actions_on_bottom %} {% endif %}{% endif %} {% endblock %} {% block coltype %}{% endblock %} {% block bodyclass %}change-list filebrowser{% endblock %} {% block extrastyle %}{{ block.super }} {{ media.css }} {% if action_form %} {% url 'admin:jsi18n' as jsi18nurl %} {% endif %} {% if query.pop %} {% endif %} {% if not actions_on_top and not actions_on_bottom %} {% endif %} {% endblock %} {% block breadcrumbs %} {% with folder as instance %} {% include "admin/filer/breadcrumbs.html" %} {% endwith %} {% endblock %} {% block sidebar %}{% endblock %} {% block content_title %}

 

{% endblock %} {% block content %}
{% if not folder.is_root %}

{% if folder.parent %} {% else %} {% endif %} {{ folder.name }} ({% blocktrans count folder.children_count as counter %}{{ counter }} folder{% plural %}{{ counter }} folders{% endblocktrans %}, {% blocktrans count folder.file_count as counter %}{{ counter }} file{% plural %}{{ counter }} files{% endblocktrans %})

{% else %} {% if folder.is_smart_folder %}

{{ folder.name }}

{% endif %} {% endif %} {% block object-tools %} {% endblock %}
{% include "admin/filer/tools/search_form.html" %}
{% csrf_token %} {% if is_popup %}{% endif %} {% if action_form and actions_on_top and paginator.count and not select_folder and not is_popup %}{% filer_actions %}{% endif %} {% include "admin/filer/folder/directory_table.html" %} {% if action_form and actions_on_bottom and paginator.count and not select_folder and not is_popup %}{% filer_actions %}{% endif %}
{% include "admin/filer/tools/clipboard/clipboard.html" %}
{% endblock %}