[%- PROCESS 'html/head.tmpl' title_tag = g("Filelist of package %s/%s/%s", pkg, suite, arch) page_title = g("Filelist of package %s in %s of architecture %s", pkg, suite, arch) keywords = "$suite, $arch, filelist" navigation = [ { prefix=>g('Distribution:'), title=>g('Overview over this suite'), url=>make_url('/'), name=>suite }, { prefix=>g('Package:'), url=>make_url(pkg,'','arch',undef), name=>pkg }, { url=>make_url(pkg), name=>arch }, { name => g('Filelist') }, ] -%] [% FOREACH file IN files %] [%- '
' IF loop.first -%]
[% file %]
[% '
' IF loop.last -%] [% END %] [%- PROCESS 'html/foot.tmpl' page_name="$pkg/filelist" -%]