{% extends "admin/filer/base_site.html" %} {% load adminmedia 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 %} {% if folder.can_have_subfolders %}{% trans "New Folder" %}{% endif %} {% trans 'Upload' %} {% include 'admin/filer/tools/upload_button_js.html' %} {% include "admin/filer/tools/search_form.html" %} {% endblock %} {% block content %}