]> asedeno.scripts.mit.edu Git - bluechips.git/blob - bluechips/templates/history/tag.mako
Added UI for working with tags
[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)}