{% extends "layout.html" %} {% block title %}{{ super() }}ABI Check results{% endblock %} {% block body %} {{ super() }}
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 }} |