{% set title = "Search - {} results".format(total_sets|number_format) %} {% extends "page.html" %} {% block title %}Search & Bulk Operations{% endblock %} {% block subtitle %}Matched Images: {{ total_sets|number_format }} reset{% endblock %} {% block buttons %}{% endblock %} {% block body %}

Include tags

Exclude tags

Date range

Now:
{{ now }}

Keywords

Options


Preview

{% for image in images %}
{{ image.date }}
{% endfor %}
{% set total_pages = (total_sets/pgsize)|ceil %}
Page
{% if page > 0 %} {% endif %}
    {% for pgnum in range(0, total_pages) %} {% endfor %}
{% if page + 1 < total_pages %} {% endif %}

Operation


{% if operation == "add_tags" %}

Add Tag

{% endif %} {% if operation == "remove_tags" %}

Remove Tag

    {% for tag in all_tags %}
  • {% endfor %}
{% endif %} {% endblock %}