{% extends "layout.html" %} {% from "_helpers.html" import build_href_from_sql, build_state, build_state_text, copr_url %} {% block title %}Migration Report{% endblock %} {% block header %}Migration Report{% endblock %} {% block breadcrumbs %}
{% endblock %} {% block body %}Hello {{ g.user.name|capitalize }}, we have performed migration of Copr service to foo and therefore bar
{% endif %}Package Name | State Before Migration | State After Migration | Build |
---|---|---|---|
{{ package.name }} | {{ build_state_text(package.old_status | state_from_num) }} | {{ build_state(package.last_build()) if package.last_build() else '-' }} | {% if package.last_build() %} {{ package.last_build().id }} {% else %} - {% endif %} |