{% load i18n fb_tags %} {% 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.o == "filetype_checked" %}{% trans "Type" %}{% endif %} {% if query.o != "filetype_checked" %}{% trans "Type" %}{% endif %} {% trans "Thumbnail" %} {% if query.o == "filename_lower" %}{% trans "Filename" %}{% endif %} {% if query.o != "filename_lower" %}{% trans "Filename" %}{% endif %} {% if query.o == "filesize" %}{% trans "Size" %}{% endif %} {% if query.o != "filesize" %}{% trans "Size" %}{% endif %} {% if query.o == "date" %}{% trans "Date" %}{% endif %} {% if query.o != "date" %}{% trans "Date" %}{% endif %}   {% if results_var.delete_total %} {% endif %} {% if settings_var.DEBUG %}Debug{% endif %}