summaryrefslogtreecommitdiffstats
path: root/bin/templates/pkgset_details.mustache
diff options
context:
space:
mode:
Diffstat (limited to 'bin/templates/pkgset_details.mustache')
-rw-r--r--bin/templates/pkgset_details.mustache17
1 files changed, 17 insertions, 0 deletions
diff --git a/bin/templates/pkgset_details.mustache b/bin/templates/pkgset_details.mustache
new file mode 100644
index 00000000..ac721747
--- /dev/null
+++ b/bin/templates/pkgset_details.mustache
@@ -0,0 +1,17 @@
+<p>
+{{#png}}
+ <a href="{{png}}"><img src="{{png}}" class="overview" alt="package set {{pkgset_name}} in {{suite}}/{{arch}}"></a>"
+{{/png}}
+
+ <br />
+ The package set '{{pkgset_name}}' in {{suite}}/{{arch}} consists of:
+ (see this package set on {{#other_archs}}<a href="{{link}}" title="See this packageset in unstable/{{arch}}" target="_parent">{{arch}}</a>
+{{/other_archs}})
+
+ <br />
+ {{#status_details}}
+ {{{icon_html}}} {{status_count}} ({{status_percent}}%) packages {{description}}: {{{package_list_html}}}
+ <br />
+ {{/status_details}}
+ {{{pkg_symbol_legend_html}}}
+</op>