{% extends "admin/filer/base_site.html" %} {% load i18n static filer_admin_tags %} {% block extrahead %} {{ block.super }} {% if action_form and actions_on_top or actions_on_bottom %} {% 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 %} {% endblock %} {% block breadcrumbs %} {% if not is_popup %} {% endif %} {% endblock %} {% block sidebar %}{% endblock %} {% block content_title %}

 

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