]> asedeno.scripts.mit.edu Git - bluechips.git/blob - bluechips/templates/emails/expenditure.txt
added email notifications. requires schema change to add email column to users table.
[bluechips.git] / bluechips / templates / emails / expenditure.txt
1 The following expenditure was ${op}:
2
3 ${expenditure.amount} paid for by ${expenditure.spender}
4
5 Description:
6 ${expenditure.description}
7
8 The shares of this expenditure are:
9 % for split in expenditure.splits:
10 ${split.user}: ${split.share}
11 % endfor
12
13 To view or edit this expenditure, visit:
14 ${h.url_for(controller='spend', action='edit', id=expenditure.id, qualified=True)}