{% 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 Discard Key
{{ disc.bundle_name }} {{ disc.order }} {{ disc.reason }} {{ disc.discard_pk }}
Discarded image
{% endblock main_content %}