From 46253bc51e3f251513b0149f0362021c86111019 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Fri, 12 Jul 2013 10:44:08 +0000 Subject: Fix indentation git-svn-id: svn+ssh://svn.mageia.org/svn/soft/mga-treasurer/trunk@8610 5b7c3c08-40e5-403b-9995-ace06908e4af --- tmpl/transactions_by_month.html | 74 ++++++++++++++++++++--------------------- 1 file changed, 37 insertions(+), 37 deletions(-) (limited to 'tmpl/transactions_by_month.html') diff --git a/tmpl/transactions_by_month.html b/tmpl/transactions_by_month.html index 926b9de..e9d48b9 100644 --- a/tmpl/transactions_by_month.html +++ b/tmpl/transactions_by_month.html @@ -9,43 +9,43 @@

treasurer ยป month : [% month %]

-

Mageia.Org accounts transactions for month [% month %]

-

Summary

- -

By category

- -

Details

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

Mageia.Org accounts transactions for month [% month %]

+

Summary

+ +

By category

+ +

Details

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