]> asedeno.scripts.mit.edu Git - bluechips.git/blobdiff - bluechips/templates/history/tag.mako
Added UI for working with tags
[bluechips.git] / bluechips / templates / history / tag.mako
diff --git a/bluechips/templates/history/tag.mako b/bluechips/templates/history/tag.mako
new file mode 100644 (file)
index 0000000..2a5780d
--- /dev/null
@@ -0,0 +1,7 @@
+<%inherit file="/base.mako"/>
+
+<h2>Tags</h2>
+${self.listTags()}
+
+<h2>Expenditures tagged with ${c.tag.name}</h2>
+${self.listExpenditures(c.expenditures, total=c.total, share=c.share)}