{% extends "base/base.html" %} {% block title %} Bundle is locked {% endblock title %} {% block page_heading %} Bundle is locked Return to overview {% endblock page_heading %} {% block main_content %}

If you are here then it is because the bundle {{ slug }} is locked, or already pushed, or in some other condition that prevents the operation you were trying to perform. In most cases there will be a more-specific error message below.

Note that

  • Only one bundle can be pushed at a given time.
  • You may not change a bundle when it is mid-push; another user may have pushed the bundle while you were trying to alter things.
  • Many operations cannot be performed while bundles are in the process of uploading, processing pages, or reading QR codes.

Please return to the main scanning overview page; you may be able to re-try your operation in a moment.

Error messages (if available)

    {% for msg in reasons %}
  • {{ msg }}
  • {% endfor %}
{% endblock main_content %}