{% extends "base/base.html" %} {% block title %} Pushed bundles {% endblock title %} {% block page_heading %} Pushed bundles {% endblock page_heading %} {% block main_content %}
Bundle and paper overview
{{ pushed_bundles|length }} pushed bundles:

{% if pushed_bundles %} {% for bundle in pushed_bundles %} {% endfor %}
Bundle name Users Contents Actions
{{ bundle.slug }}.pdf {{ bundle.staged_username }} scanned
{{ bundle.pushed_username }} pushed
  • {{ bundle.n_pages }} pages
  • {{ bundle.n_papers }} paper{{ bundle.n_papers|pluralize }}: {{ bundle.pretty_print_paper_list }}
  • {% if bundle.n_discards %}
  • {{ bundle.n_discards }} discarded images
  • {% endif %}
View staging bundle Download
More actions Discard all contents
{% else %}
No pushed bundles
{% endif %}
{% endblock main_content %}