]> asedeno.scripts.mit.edu Git - bluechips.git/blobdiff - bluechips/templates/history/index.mako
Add history controller to display old transactions
[bluechips.git] / bluechips / templates / history / index.mako
diff --git a/bluechips/templates/history/index.mako b/bluechips/templates/history/index.mako
new file mode 100644 (file)
index 0000000..41547ca
--- /dev/null
@@ -0,0 +1,11 @@
+<%inherit file="/base.mako"/>
+
+<%def name="title()">${parent.title()} :: History</%def>
+
+<h2>Group Expenditures</h2>
+
+${self.listExpenditures(c.expenditures)}
+
+<h2>Transfers</h2>
+
+${self.listTransfers(c.transfers)}