{% extends "imadj/base.html" %} {% load getattribute %} {% block extrahead %} {% endblock %} {% block topwidgets %}

add image +

add tag +

{% endblock %} {% block content %}

{{ status }}

{% if images%}

Displaying images {{from_image}}–{{to_image}}

{% ifnotequal max_pages 1 %}

pages: {% for p in pages %} {% ifequal page p %} {% else %} {% endifequal %} {{p}} {% endfor %}

{% endifnotequal %}
{% for image in images%}

{% if image.description %}{{image.description}}
{% endif %} size: {{image.size}}
{% if image.tags.all %} tags: {% for tag in image.tags.all %} {{tag.id}}, {% endfor %} {% endif %}
{% endfor %}
{% else %}

There are no images that match your selection. Please re-select using the filters on the right.

{% endif %}

image size

{% if selected_size %} (all) {% else %}

(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%}

image tag (tag usage count)

{% if selected_tag %} (all) {% else %}

(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%}

unused tags

{% for u in unused_tags %} {{u}} {% endfor %}
{% endblock %}