{% extends "imadj/base.html" %} {% load getattribute %} {% block extrahead %} {% endblock %} {% block topwidgets %}
{{ status }}
{% if images%}There are no images that match your selection. Please re-select using the filters on the right.
(all)
{% endif %} {% for size in sizes %} {% ifnotequal selected_size size %} {{size.id}} ({{size.width}}x{{size.height}}) {% else %}{{size.id}} ({{size.width}}x{{size.height}})
{% endifnotequal %} {% endfor%}(all)
{% endif %} {% ifnotequal selected_tag 'untagged' %} (untagged) {% else %}(untagged)
{% endifnotequal %} {% for tag, count in tags %} {% ifnotequal selected_tag tag %} {{tag}} ({{count}}) {% else %}{{tag}} ({{count}})
{% endifnotequal %} {% endfor%}