{% extends "base/base.html" %} {% block title %} Bundle Page Collision {% endblock title %} {% block page_heading %} Bundle Page Collision Staged bundles View bundle {% endblock page_heading %} {% block main_content %}

The bundle {{ slug }} contains images of pages that have already been pushed. This is a problem.

Please return to the staged bundle overview page, or to the thumbnail view of this bundle, to resolve this.

(This bundle has not been pushed.)

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