From 096e94906cfcb29ae4913d26d136fa834b8e905b Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Thu, 16 May 2013 20:27:00 +0000 Subject: Add per account transactions pages git-svn-id: svn+ssh://svn.mageia.org/svn/soft/mga-treasurer/trunk@8286 5b7c3c08-40e5-403b-9995-ace06908e4af --- tmpl/transactions_by_ac.html | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 tmpl/transactions_by_ac.html (limited to 'tmpl/transactions_by_ac.html') diff --git a/tmpl/transactions_by_ac.html b/tmpl/transactions_by_ac.html new file mode 100644 index 0000000..9d2e170 --- /dev/null +++ b/tmpl/transactions_by_ac.html @@ -0,0 +1,30 @@ + + + + [% config.sitename %]: Transactions for [% account %] + + +

Mageia.Org transactions for [% account %]

+

Summary

+ +

Details

+ + + + + + + + + + [%- USE date(format='%Y/%m/%d') -%] + [% FOR tra IN transactions.by_ac.$ac.transactions.sort('date').reverse %] + [%- INCLUDE tra_row.html %] + [%- END -%] +
DateAmountAccountWhoNotesCategory
+ + -- cgit v1.2.1