{% extends 'migrations/layout.html' %} {% set page_title = 'Migration excuses for ' + migration_source_suites_str + ' → ' + migration.target_suite.name %} {% block body_header %}

Excuses for {{migration_source_suites_str}} {{migration.target_suite.name}}

{% endblock %} {% block js_pre %} {% if current_page <= 1 %} {% endif %} {% endblock %} {% block body %} {% if current_page == 1 %}

These packages fail to migrate from the {{migration_source_suites_str}} suite(s) to the {{migration.target_suite.name}} suite.

Migration issues can happen for many reasons, most commonly a package failed to build on an architecture, will break other packages in the target suite or depends on packages which need to migrate first.
The details page for each migration will give more information on why a package is not migrating.

{% endif %}
{% for e in excuses %}
{% endfor %}
{% endblock %}