{% extends "admin/base_site.html" %} {% load i18n %} {% load adminmedia %} {% block extrahead %}{{ block.super }} {% with query.pop|slice:":5" as pop %} {% ifequal pop 'pop=1' %} {% endifequal %} {% ifequal pop 'pop=2' %} {% if query.mce_rdomain %}{% endif %} {% endifequal %} {% endwith %} {% endblock %} {% block coltype %}flex{% endblock %} {% block bodyclass %}change-list filebrowser{% endblock %} {% block extrastyle %}{{ block.super }} {% if query.pop %} {% endif %} {% endblock %} {% block breadcrumbs %}{% endblock %} {% block content %}
{% include "filebrowser/include/toolbar.html" %} {% include "filebrowser/include/filter.html" %}
{% if results_var.results_current %} {% include "filebrowser/include/tableheader.html" %} {% endif %} {% for file in file_dict %} {% include "filebrowser/include/filelisting.html" %} {% endfor %}
{% include "filebrowser/include/paginator.html" %}
{% endblock %}