{% extends "admin/filer/base_site.html" %} {% load i18n static admin_urls admin_list filer_admin_tags %} {% block extrahead %} {{ block.super }} {% comment %} {% if action_form and actions_on_top or actions_on_bottom %} {% endif %} {% endcomment %} {% endblock %} {% block coltype %}{% endblock %} {% block bodyclass %}{{ block.super }} change-list filebrowser{% endblock %} {% block extrastyle %} {{ block.super }} {{ media.css }} {% if action_form %} {% url 'admin:jsi18n' as jsi18nurl %} {% endif %} {% if query.pop %} {% endif %} {% endblock %} {% block page_header %}{% endblock page_header %} {% block breadcrumbs_wrapper %}{% endblock breadcrumbs_wrapper %} {% block breadcrumbs %} {% if not is_popup %} {% if not instance.is_root and instance.is_smart_folder %} {% endif %} {% for ancestor_folder in instance.logical_path %} {% endfor %} {% if breadcrumbs_action %} {% else %} {% if instance.label %} {% else %} {{ instance.name }} {% endif %} {% endif %} {% endif %} {% endblock %} {% block content_title %}

 

{% endblock %} {% block top_content %}
{% include "admin/filer/tools/search_form.html" %}
{% endblock %}