summaryrefslogtreecommitdiffstats
path: root/mustache-templates/reproducible/pkgset_details.mustache
diff options
context:
space:
mode:
Diffstat (limited to 'mustache-templates/reproducible/pkgset_details.mustache')
-rw-r--r--mustache-templates/reproducible/pkgset_details.mustache20
1 files changed, 20 insertions, 0 deletions
diff --git a/mustache-templates/reproducible/pkgset_details.mustache b/mustache-templates/reproducible/pkgset_details.mustache
new file mode 100644
index 00000000..d29576a2
--- /dev/null
+++ b/mustache-templates/reproducible/pkgset_details.mustache
@@ -0,0 +1,20 @@
+<p>
+{{#png}}
+ <a href="{{png}}">
+ <img src="{{png}}" class="overview"
+ title="Package set {{pkgset_name}} in {{suite}}/{{arch}}. (To switch suite and arch, see top left.)"
+ alt="package set {{pkgset_name}} in {{suite}}/{{arch}}">
+ </a>"
+ {{/png}}
+ <br />
+ The package set <span class="highlight">{{pkgset_name}}</span> in
+ <span class="highlight">{{suite}}/{{arch}}</span> consists of:
+ <br />
+ {{#status_details}}
+ {{{icon_html}}} {{status_count}} ({{status_percent}}%) packages
+ {{description}}:
+ {{{package_list_html}}}
+ <br />
+ {{/status_details}}
+ {{{pkg_symbol_legend_html}}}
+</p>