{% extends "layout.html" %} {% block title %}{{ super() }}ABI Check results{% endblock %} {% block body %} {{ super() }}

ABI Check results

{% for r in requests %} {% endfor %}
ID Target State Result Created Updated
{{ r.id }} {% for check in r.abichecks %} {{ check.dst_project }}/{{ check.dst_package }}
{% endfor %}
{{ r.state }} {{ r.result }} {{ r.t_created }} {{ r.t_updated }}
{% endblock %}