{% extends "admin/base_site.html" %} {% load i18n admin_static filebrowser %} {% load url from future %} {% block extrastyle %}{{ block.super }} {% endblock %} {% block extrahead %}{{ block.super }} {% if is_popup %}{% include_editor_stuff editor %}{% endif %} {% endblock %} {% block content %}

{% trans 'Are you sure you want to delete this file?' %}

{% trans "Are you sure you want to delete this folder?" %}

{{ title }}

{% block tools %} {% endblock %}
{% include "filebrowser/include/toolbar.html" %}
{% include "filebrowser/include/breadcrumbs.html" %}
{% include "filebrowser/include/filter.html" %}
{% if results_var.results_total %}
{% include "filebrowser/include/tableheader.html" %} {% include "filebrowser/include/filelisting.html" %}
{% endif %}
{% endblock %}