X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=templates%2Fhtml%2Fshow.tmpl;h=7107d53d80b302ca1c9fe5d261bfc409b7dadb8c;hb=11fd4b5f87f668eeb33922c6f64823e40828d137;hp=0ef593e7bafd9bc51598bbe2d90ee15d9b4bb78f;hpb=1cc237c732b99138c613a79c59db361f75f9dd71;p=deb%2Fpackages.git diff --git a/templates/html/show.tmpl b/templates/html/show.tmpl index 0ef593e..7107d53 100644 --- a/templates/html/show.tmpl +++ b/templates/html/show.tmpl @@ -45,7 +45,6 @@

Package: [% pkg %] ([% versions.short %]) [% END %] [%- PROCESS marker text=archive IF archive && archive != main_archive %] -[%- PROCESS marker text=subsection IF subsection == 'non-US' and archive != 'non-US' %] [%- PROCESS marker text=section IF section && section != main_section %] [%- PROCESS marker text='essential' IF page.get_newest('essential') == 'yes' %]

@@ -62,7 +61,7 @@
  • Developer Information (PTS)
  • [%- END %] -[% IF files %] +[% IF files && (!archive or archive == main_archive or archive == 'security') %]
  • Debian Changelog
  • Copyright File
  • [% END %] @@ -123,6 +122,15 @@

    Homepage: [% url | html %]

    [% END %] +[% FOREACH sim IN similar %] + [% IF loop.first %] +

    Similar packages:

    + ' IF loop.last %] +[% END %] + [% END %] @@ -315,3 +323,4 @@ Do not install it on a normal Debian system.

    +[%- PROCESS 'html/foot.tmpl' -%]