{% 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 %}

If you are here then it is because the bundle {{ slug }} contains images of pages that have already been pushed.

Please return to the staged bundle overview page, or to the thumbnail view of this bundle to see the collision list

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