<h1>[% pager.total_entries %] Distribution[% 's' IF pager.total_entries > 1 %] failing '[% c.param('metric') %]'</h1>
[% IF list %]
<ul>
[% WHILE (d = list.next) %]
<li><a href="/dist/[% d.dist_without_version %]">[% d.dist %]</a>
[% END %]
</ul>
[% INCLUDE 'widgets/pager' action='shortcoming' params="metric=" _ c.param('metric') %]
[% END %]