{% extends "admin/filer/base_site.html" %} {% load filer_admin_tags filermedia i18n %} {% load url from future %} {% block extrahead %}{{ block.super }} {# upload stuff #} {{ media.js }} {% if action_form %}{% if actions_on_top or actions_on_bottom %} {% endif %}{% endif %} {% endblock %} {% block coltype %}colMS{% 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 %}
{% include "admin/filer/tools/search_form.html" %} {% if not folder.is_root %}

{% if folder.parent %}{% else %}{% endif %} {% trans {{ folder.name }} ({% blocktrans count folder.children_count as counter %}1 folder{% plural %}{{ counter }} folders{% endblocktrans %}, {% blocktrans count folder.file_count as counter %}1 file{% plural %}{{ counter }} files{% endblocktrans %}) {% if is_popup %} {% if select_folder and folder.file_type == 'Folder' %} {% endif %} {% else %}{% trans "Change" %}{% endif %}

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

{% trans {{ folder.name }}

{% endif %} {% endif %}
{% 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 %}
{% endblock %}