[% USE date -%]
Tests reports
[% FOREACH type IN reports_by_type.keys.sort %]
[% testsuite_types.$type.description %]
- Tests list
- Last 20 reports
[% IF reports_by_month.$type %]
-
Months:
[% FOREACH month IN reports_by_month.$type.keys.sort.reverse %]
- [% month %]
[% END %]
[% END %]
[% IF reports_by_tag.$type %]
-
Tags:
[% FOREACH tag IN reports_by_tag.$type.keys.sort %]
- [% tag %]
[% END %]
[% END %]
[% END %]