{% extends "base/base.html" %} {% block content %}

Watcher

{% if is_watching %} {% else %} {% endif %}

Quarantined Batches

{% if batches %}
{% for batch in batches %} {% endfor %}
Name Images Created Modified Status
{{ batch.uid }} {{ batch.image_set.count }} {{ batch.add_date }} {{ batch.modify_date }} {% include "batch/status.html" %}
{% else %}

There are no batches quarantined

{% endif %}
{% endblock %}