diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-07-12 10:44:08 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-07-12 10:44:08 +0000 |
commit | 46253bc51e3f251513b0149f0362021c86111019 (patch) | |
tree | c437973dc17a9686de898a3a408b61410d8c2e4b /tmpl/transactions_by_ac.html | |
parent | 18819a1623948c5f907c556e339b0f5b1d335524 (diff) | |
download | mgatres-46253bc51e3f251513b0149f0362021c86111019.tar mgatres-46253bc51e3f251513b0149f0362021c86111019.tar.gz mgatres-46253bc51e3f251513b0149f0362021c86111019.tar.bz2 mgatres-46253bc51e3f251513b0149f0362021c86111019.tar.xz mgatres-46253bc51e3f251513b0149f0362021c86111019.zip |
Fix indentation
git-svn-id: svn+ssh://svn.mageia.org/svn/soft/mga-treasurer/trunk@8610 5b7c3c08-40e5-403b-9995-ace06908e4af
Diffstat (limited to 'tmpl/transactions_by_ac.html')
-rw-r--r-- | tmpl/transactions_by_ac.html | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/tmpl/transactions_by_ac.html b/tmpl/transactions_by_ac.html index caf0cbb..ea4aee9 100644 --- a/tmpl/transactions_by_ac.html +++ b/tmpl/transactions_by_ac.html @@ -9,28 +9,28 @@ <h1 id='mgnavt'><a href="index.html">treasurer</a> ยป [% account %]</h1> <div class="content"> - <h1>Mageia.Org transactions for [% account %]</h1> - <h2>Summary</h2> - <ul> - <li> - <b>Balance</b>: [% transactions.by_ac.$ac.balance %] Euros - </li> - </ul> - <h2>Details</h2> - <table border="1"> - <tr> - <th>Date</th> - <th>Amount</th> - <th>Account</th> - <th>Who</th> - <th>Notes</th> - <th>Category</th> - </tr> - [%- USE date(format='%Y/%m/%d') -%] - [% FOR tra IN transactions.by_ac.$ac.transactions.sort('date').reverse %] - [%- INCLUDE tra_row.html %] - [%- END -%] - </table> + <h1>Mageia.Org transactions for [% account %]</h1> + <h2>Summary</h2> + <ul> + <li> + <b>Balance</b>: [% transactions.by_ac.$ac.balance %] Euros + </li> + </ul> + <h2>Details</h2> + <table border="1"> + <tr> + <th>Date</th> + <th>Amount</th> + <th>Account</th> + <th>Who</th> + <th>Notes</th> + <th>Category</th> + </tr> + [%- USE date(format='%Y/%m/%d') -%] + [% FOR tra IN transactions.by_ac.$ac.transactions.sort('date').reverse %] + [%- INCLUDE tra_row.html %] + [%- END -%] + </table> </div> </body> </html> |