{% extends "admin/base_site.html" %} {% load i18n admin_static admin_list admin_urls %} {% load fb_tags fb_pagination %} {% load url from future %} {% block extrastyle %} {{ block.super }} {# #} {% if cl.formset %} {# #} {% endif %} {% if cl.formset or action_form %} {% url 'admin:jsi18n' as jsi18nurl %} {% endif %} {{ media.css }} {% if not actions_on_top and not actions_on_bottom %} {% 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 %} {% ifequal query.pop '4' %} {% endifequal %} {% ifequal query.pop '5' %} {% endifequal %} {{ media.js }} {% if action_form %}{% if actions_on_top or actions_on_bottom %} {% endif %}{% endif %} {% endblock %} {% block bodyclass %}change-list{% endblock %} {% block breadcrumbs %} {% include "suit/include/breadcrumbs.html" %} {% endblock %} {% block coltype %}flex{% endblock %} {% block content %}
{% block object-tools %} {% endblock %}
{% block search %}
{% endblock %}
{% block result_list %} {% if results_var.results_current %}
{% if query.pop == "1" and results_var.select_total %}{% endif %} {% if query.pop == "2" and results_var.select_total %}{% endif %} {% if query.pop == "3" and results_var.select_total %}{% endif %} {% if query.pop == "4" and results_var.select_total %}{% endif %} {% if query.pop == "5" and results_var.select_total %}{% endif %} {% ifequal query.o "filetype_checked" %}{% endifequal %} {% ifnotequal query.o "filetype_checked" %}{% endifnotequal %} {% ifequal query.o "filename_lower" %}{% endifequal %} {% ifnotequal query.o "filename_lower" %}{% endifnotequal %} {% ifequal query.o "filesize" %}{% endifequal %} {% ifnotequal query.o "filesize" %}{% endifnotequal %} {% ifequal query.o "date" %}{% endifequal %} {% ifnotequal query.o "date" %}{% endifnotequal %} {% if results_var.delete_total %}{% endif %} {% if settings_var.DEBUG %}{% endif %} {% include "suit/include/filelisting.html" %}
{% trans "Type" %}{% trans "Type" %} {% trans "Thumbnail" %} {% trans "Filename" %}{% trans "Filename" %}{% trans "Size" %}{% trans "Size" %}{% trans "Date" %}{% trans "Date" %}   Debug
{% else %}

{% trans 'Nothing found' %}!

{% endif %} {% endblock %} {% block pagination %} {% pagination %} {% endblock %}
{% endblock %}