<%inherit file="base.html"/> <%def name="page_head()"> <%def name="title()"> ${_("Packages management")} <%def name="body()">

Search:

There are ${stats.total} total packages, ${stats.unclassified} unclassified, ${stats.unlinked} unlinked

Packages List

% for package in packages: % if package.source: % else: % endif ## The shown list below is used to avoid presenting duplicated suite entries <% shown = [] %> % for package_list in package.lists: % if package_list.suite not in shown: <% shown.append(package_list.suite) %> % endif % endfor % endfor
Package Version Source Class App
${package.package} ${package.version}${package.source} Linked App
${package_list.suite} ${package_list.version} | copy