]> asedeno.scripts.mit.edu Git - bluechips.git/blob - bluechips/templates/history/index.mako
Added UI for working with tags
[bluechips.git] / bluechips / templates / history / index.mako
1 <%inherit file="/base.mako"/>
2
3 <h2>Tags</h2>
4 ${self.listTags()}
5
6 <h2>Group Expenditures</h2>
7 ${self.listExpenditures(c.expenditures)}
8
9 <h2>Transfers</h2>
10 ${self.listTransfers(c.transfers)}