{% extends "admin/filer/base_site.html" %} {# Used for django < 5.2 with lagacy object-tools blocks #} {# Customized templates will need to be updated for django >= 5.2 #} {# The object-tools block has been renamed filer-tools for django >= 5.2 #} {% load i18n static filer_admin_tags %} {% 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 breadcrumbs %} {% if not is_popup %}