{% 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 Upload bundle
{{ pushed_bundles|length }} pushed bundles:

{% if pushed_bundles %} {% for bundle in pushed_bundles %} {% endfor %}
Thumbnail Bundle name Uploaded by Pages/Papers Actions
{{ bundle.slug }}.pdf {{ bundle.username }}
  • {{ bundle.n_pages }} pages
  • {{ bundle.n_papers }} paper{{ bundle.n_papers|pluralize }}: {{ bundle.pretty_print_paper_list }}
View Download
{% else %}
No pushed bundles
{% endif %}
{% endblock main_content %}