1 {% load i18n fb_tags %}
5 {% ifequal query.pop '1' %}{% if results_var.select_total %}<th></th>{% endif %}{% endifequal %}
6 {% ifequal query.pop '2' %}{% if results_var.select_total %}<th></th>{% endif %}{% endifequal %}
7 {% ifequal query.pop '3' %}{% if results_var.select_total %}<th></th>{% endif %}{% endifequal %}
10 {% if settings_var.ADMIN_VERSIONS and results_var.images_total %}<th> </th>{% endif %}
13 {% ifequal query.o 'filetype_checked' %}<th class="sorted {{ query.ot }}ending"><a href="{% query_string "" "o,ot" %}&ot={% ifequal query.ot 'desc' %}asc{% else %}desc{% endifequal %}&o=filetype_checked"></a></th>{% endifequal %}
14 {% ifnotequal query.o 'filetype_checked' %}<th><a href="{% query_string "" "o,ot" %}&ot=asc&o=filetype_checked"> </a></th>{% endifnotequal %}
17 {% if results_var.images_total %}<th> </th>{% endif %}
19 <!-- FILENAME / DIMENSIONS -->
20 {% ifequal query.o 'filename_lower' %}<th class="sorted {{ query.ot }}ending"><a href="{% query_string "" "o,ot" %}&ot={% ifequal query.ot 'desc' %}asc{% else %}desc{% endifequal %}&o=filename_lower">{% trans 'Filename' %}</a></th>{% endifequal %}
21 {% ifnotequal query.o 'filename_lower' %}<th><a href="{% query_string "" "o,ot" %}&ot=asc&o=filename_lower">{% trans 'Filename' %}</a></th>{% endifnotequal %}
27 {% ifequal query.o 'filesize' %}<th class="sorted {{ query.ot }}ending"><a href="{% query_string "" "o,ot" %}&ot={% ifequal query.ot 'desc' %}asc{% else %}desc{% endifequal %}&o=filesize">{% trans 'Size' %}</a></th>{% endifequal %}
28 {% ifnotequal query.o 'filesize' %}<th><a href="{% query_string "" "o,ot" %}&ot=asc&o=filesize">{% trans 'Size' %}</a></th>{% endifnotequal %}
31 {% ifequal query.o 'date' %}<th class="sorted {{ query.ot }}ending"><a href="{% query_string "" "o,ot" %}&ot={% ifequal query.ot 'desc' %}asc{% else %}desc{% endifequal %}&o=date">{% trans 'Date' %}</a></th>{% endifequal %}
32 {% ifnotequal query.o 'date' %}<th><a href="{% query_string "" "o,ot" %}&ot=asc&o=date">{% trans 'Date' %}</a></th>{% endifnotequal %}
35 {% if results_var.delete_total %}<th> </th>{% endif %}
36 {% if settings_var.DEBUG %}<th>Debug</th>{% endif %}