{% extends "base/base.html" %} {% block title %} Bundle Push Unexpected Error {% endblock title %} {% block page_heading %} Bundle Push Unexpected Error Return to overview {% endblock page_heading %} {% block main_content %}

If you are here then it is because there was an unexpected error when pushing bundle {{ slug }}.

Please document what has happened and report it to the developers.

Please return to the main scanning overview page.

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