{% extends "admin/base_site.html" %} {% load admin_static i18n fb_tags fb_pagination %} {% load url from future %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block extrahead %} {{ block.super }} {% ifequal query.pop '1' %} {% endifequal %} {% ifequal query.pop '2' %} {% if query.mce_rdomain %}{% endif %} {% endifequal %} {% ifequal query.pop '3' %} {% endifequal %} {% ifequal query.pop '4' %} {% endifequal %} {{ media }} {% endblock %} {% block bodyclass %}change-list filebrowser{% endblock %} {% block coltype %}flex{% endblock %} {% block breadcrumbs %} {% with "filebrowser/admin/"|add:settings_var.THEME|add:"/include/breadcrumbs.html" as breadcrumbs_template %} {% include breadcrumbs_template %} {% endwith %} {% endblock %} {% block content %}
{% block object-tools %} {% endblock %}
{% block search %}
{% endblock %} {% block filters %} {% with "filebrowser/admin/"|add:settings_var.THEME|add:"/include/filter.html" as filter_template %} {% include filter_template %} {% endwith %} {% endblock %}
{% csrf_token %} {% if filelisting.results_current %}
{% with "filebrowser/admin/"|add:settings_var.THEME|add:"/include/tableheader.html" as tableheader_template %} {% include tableheader_template %} {% endwith %} {% with "filebrowser/admin/"|add:settings_var.THEME|add:"/include/filelisting.html" as filelisting_template %} {% include filelisting_template %} {% endwith %}
{% endif %} {% pagination %}
{% endblock %}