From 3e16b66c86b59f7f6045f29ac66e4fae37d99e0d Mon Sep 17 00:00:00 2001 From: Mark Powers Date: Sun, 18 Oct 2020 18:16:26 -0500 Subject: Add expected averages and category summary --- src/templates/summary.html | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'src/templates/summary.html') diff --git a/src/templates/summary.html b/src/templates/summary.html index d78182a..bdc2f44 100644 --- a/src/templates/summary.html +++ b/src/templates/summary.html @@ -99,6 +99,36 @@ +
+

Categories

+ + + + + + {{#each categories}} + + + + + {{/each}} +
CategoryTotal
{{this.category}}{{this.s}}
+
+
+

Sub-Categories

+ + + + + + {{#each subcategories}} + + + + + {{/each}} +
Sub-CategoryTotal
{{this.subcategory}}{{this.s}}
+
\ No newline at end of file -- cgit v1.2.3