{% load i18n fb_tags %} {% comment %}{% if not query.pop %}{% endif %}{% endcomment %} {% if query.pop == "1" %}{% endif %} {% if query.pop == "2" %}{% endif %} {% if query.pop == "3" %}{% endif %} {% if query.pop == "4" %}{% endif %} {% if query.pop == "5" %}{% endif %} {% if query.o == "filetype" %}{% trans "Type" %}{% endif %} {% if query.o != "filetype" %}{% trans "Type" %}{% endif %} {% trans "Thumbnail" %} {% if query.o == "filename_lower" %}{% trans "Filename" %}{% endif %} {% if query.o != "filename_lower" %}{% trans "Filename" %}{% endif %} {% if query.q and settings_var.SEARCH_TRAVERSE %} {% if query.o == 'folder' %}{% trans 'Folder' %}{% endif %} {% if query.o != 'folder' %}{% trans 'Folder' %}{% endif %} {% 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 %}