{% extends "mini_buildd/api.html" %} {% block page_title %}{{ api_cmd.args.pattern }}{% endblock %} {% block page_sub_title %}Source and binary package matches{% endblock %} {% block content %}
{% for repository, results in api_cmd.repositories.items %}

Repository '{{ repository }}': {{ results|length }} packages

{% for package in results %} {% endfor %}
Package Type Architecture Distribution Component Version Source
{{ package.package }} {{ package.type }} {{ package.architecture }} {{ package.distribution }} {{ package.component }} {{ package.version }} {{ package.source }}
{% endfor %}
{% endblock %}