{% extends "mini_buildd/base.html" %} {% load mini_buildd_tags %} {% block page_title %}Logs for: {{ repository }}/{{ package }}/{{ version }}{% endblock %} {% block content %}
{% mbd_api "retry" value_package=package value_version=version value_repository=repository %}
{% endifequal %}Browse files {% mbd_api "show" value_package=package %}
{% for arch, uri in values.buildlogs.items %} {{ arch }} {% endfor %}
{{ values.changes }}{% endif %} {% endfor %}