{% extends "base/base.html" %} {% block title %} Staged bundles {% endblock title %} {% block page_heading %} Staged bundles {% endblock page_heading %} {% block main_content %}
Bundle and paper overview Upload bundle
{{ staged_bundles|length }} staged bundles:

{% if staged_bundles %} {% for bundle in staged_bundles %} {% endfor %}
Thumbnail Bundle name Uploaded by Upload time Pages/Papers Actions
{% else %}
No staged bundles
{% endif %}
{% endblock main_content %}