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

Mageia.Org transactions for [% who %]

+

Summary

+ +

Details

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