aboutsummaryrefslogtreecommitdiffstats
path: root/tmpl/transactions_by_ac.html
diff options
context:
space:
mode:
Diffstat (limited to 'tmpl/transactions_by_ac.html')
-rw-r--r--tmpl/transactions_by_ac.html44
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>