[% PROCESS 'config/archive_layout.tmpl' %] [% pkg_type = is_source ? 'Source' : 'Software'; title_common = category ? "$pkg_type Packages in \"$suite\", $category.id $category.name" : "$pkg_type Packages in \"$suite\""; nav_arr = [ { prefix=>'Distribution:', title=>'Overview over this suite', url=>make_url('/','','suite',suite), name=>suite } ]; IF category; nav_last = { prefix=>"$category.id:", name=>category.name }; ELSE; nav_last = { name=>'All Packages' }; END; nav_arr.push( { name=>'Source', url=>make_url('/','','suite',suite,'source',source) } ) IF source; nav_arr.push( nav_last ); %] [% PROCESS 'html/head.tmpl' title_tag = title_common page_title = title_common keywords = "$suite, $category.name" navigation = nav_arr %] [% FOREACH packages %] [% '