]> asedeno.scripts.mit.edu Git - bluechips.git/blob - bluechips/templates/history/index.mako
Add history controller to display old transactions
[bluechips.git] / bluechips / templates / history / index.mako
1 <%inherit file="/base.mako"/>
2
3 <%def name="title()">${parent.title()} :: History</%def>
4
5 <h2>Group Expenditures</h2>
6
7 ${self.listExpenditures(c.expenditures)}
8
9 <h2>Transfers</h2>
10
11 ${self.listTransfers(c.transfers)}