]> asedeno.scripts.mit.edu Git - bluechips.git/blob - bluechips/templates/history/tag.mako
2a5780d27e53229690cfe6924868972e03978ea2
[bluechips.git] / bluechips / templates / history / tag.mako
1 <%inherit file="/base.mako"/>
2
3 <h2>Tags</h2>
4 ${self.listTags()}
5
6 <h2>Expenditures tagged with ${c.tag.name}</h2>
7 ${self.listExpenditures(c.expenditures, total=c.total, share=c.share)}