[% 
    title = 'Interesting Stats' ;
    box_sites = 1
    crumb2_name = 'Main' ;
    crumb2_href = '/' ;
    crumb1_name = 'Interesting Stats' ;
%]
Contents
Top 20 Distributions with Most Reports
| # | COUNT | DISTRIBUTION | 
|---|
[% cnt = 1 %]
[% FOREACH row = BYDIST %]
| [% cnt; cnt = cnt + 1 %][% FOREACH col = row %] | [% col %][% END %] | 
[% END %]
Top 20 Distribution/Versions with Most Reports
| # | COUNT | DISTRIBUTION | VERSION | 
|---|
[% cnt = 1 %]
[% FOREACH row = BYVERS %]
| [% cnt; cnt = cnt + 1 %][% FOREACH col = row %] | [% col %][% END %] | 
[% END %]
Notable Reports submitted by CPAN Testers
[% FOREACH cell = HEADINGS ; cnt = 0 %]
[% IF    cnt == 1 ; THEN ; id = col %]
[% ELSE %]| [% cell %][% END ; cnt = cnt + 1 ; END %] | 
[% FOREACH row = REPORTS; cnt = 0 %]
[% FOREACH col = row %]
[% IF    cnt == 1 ; THEN ; id = col %]
[% ELSIF cnt == 2 %]| [% col | upper %][% ELSE %] | [% col %][% END ; cnt = cnt + 1 ; END %] | 
[% END %]