]> asedeno.scripts.mit.edu Git - bluechips.git/blob - bluechips/templates/history/index.mako
Move common title generating code into base template
[bluechips.git] / bluechips / templates / history / index.mako
1 <%inherit file="/base.mako"/>
2
3 <h2>Group Expenditures</h2>
4
5 ${self.listExpenditures(c.expenditures)}
6
7 <h2>Transfers</h2>
8
9 ${self.listTransfers(c.transfers)}