{% extends "admin/base_site.html" %} {% load i18n fb_tags fb_pagination admin_static %} {% load url from future %} {% block extrastyle %} {{ block.super }} {% if DJANGOCMS_2 %} {% elif DJANGOCMS_3 %} {% elif not DJANGOCMS %} {% endif %} {% 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 %} {{ media }} {% endblock %} {% block bodyclass %}change-list filebrowser{% if query.pop %} popup{% endif %}{% endblock %} {% block coltype %}flex{% endblock %} {% block breadcrumbs %}{% include "filebrowser/include/breadcrumbs.html" %}{% endblock %} {% block content %}
{% block object-tools %} {% endblock %}
{% include "filebrowser/include/filter.html" %}
{% if filelisting.results_current %}
{% include "filebrowser/include/tableheader.html" %} {% include "filebrowser/include/filelisting.html" %}
{% endif %} {% pagination %}
{% endblock %}