{% extends "base/base.html" %} {% block title %} Images discarded from bundles on push {% endblock title %} {% block page_heading %} Images discarded from bundles on push {% endblock page_heading %} {% block main_content %}
Bundle and paper overview Complete papers Incomplete papers
Discarded images: {{ number_of_discards }}
{% for disc in discards %} {% endfor %}
Bundle Order Reason Discarded Image Keys (page, image)
{{ disc.bundle_name }} {{ disc.order }} {{ disc.reason }} {{ disc.page_pk }}, {{ disc.image_pk }}
Discarded image
{% endblock main_content %}