{% load mini_buildd_tags %} {% for p in packages %} {% endfor %}
Started Package Distribution Version Architectures Took Status
{{ p.started|date:"r" }} {% mbd_api "show" name=p.changes.source value_package=p.changes.source %} {{ p.changes.distribution }} {% if p.log %} {{ p.changes.version }} {% else %} {{ p.changes.version }} {%endif %} {% for arch, breq in p.requests.items %} {% with success=p.success|mbd_dict_get:arch failed=p.failed|mbd_dict_get:arch %} {{ arch }} {% mbd_build_status success failed %} {% if breq.remote_http_url %} {% endif %} {% endwith %} {% endfor %} {{ p.took }} {{ p.status }} {{ p.status_desc }}