{% extends "mini_buildd/includes/api/base.html" %} {% block results %} {% mbd_get view.mbd_call.args.pattern.value as pattern %} {# Shortcut #}

"{{ pattern }}": {{ view.mbd_call.result|length }} matching source package(s)

{% for source, results in view.mbd_call.result.items %}
matching files {% mbd_api "ls" hide_options=True name=source value_source=source %} (Events) {% mbd_token as table_id %} {% mbd_datatable table_id %} {% for result in results %} {% endfor %}
Matching Files
{{ result }}
{% endfor %} {% endblock %}