aboutsummaryrefslogtreecommitdiffstats
path: root/tmpl/transactions_by_pa.html
diff options
context:
space:
mode:
Diffstat (limited to 'tmpl/transactions_by_pa.html')
-rw-r--r--tmpl/transactions_by_pa.html50
1 files changed, 25 insertions, 25 deletions
diff --git a/tmpl/transactions_by_pa.html b/tmpl/transactions_by_pa.html
index 9611515..62ea6a6 100644
--- a/tmpl/transactions_by_pa.html
+++ b/tmpl/transactions_by_pa.html
@@ -9,31 +9,31 @@
<h1 id='mgnavt'><a href="index.html">treasurer</a> ยป who : [% who %]</h1>
<div class="content">
- <h1>Mageia.Org transactions for [% who %]</h1>
- <h2>Summary</h2>
- <ul>
- [% IF transactions.by_pa.$pa.revenues != 0 %]
- <li><b>Revenues</b>: [% transactions.by_pa.$pa.revenues %] Euros</li>
- [% END %]
- [% IF transactions.by_pa.$pa.expenses != 0 %]
- <li><b>Expenses</b>: [% transactions.by_pa.$pa.expenses %] Euros</li>
- [% END %]
- </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_pa.$pa.transactions.sort('date').reverse %]
- [%- INCLUDE tra_row.html %]
- [%- END -%]
- </table>
+ <h1>Mageia.Org transactions for [% who %]</h1>
+ <h2>Summary</h2>
+ <ul>
+ [% IF transactions.by_pa.$pa.revenues != 0 %]
+ <li><b>Revenues</b>: [% transactions.by_pa.$pa.revenues %] Euros</li>
+ [% END %]
+ [% IF transactions.by_pa.$pa.expenses != 0 %]
+ <li><b>Expenses</b>: [% transactions.by_pa.$pa.expenses %] Euros</li>
+ [% END %]
+ </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_pa.$pa.transactions.sort('date').reverse %]
+ [%- INCLUDE tra_row.html %]
+ [%- END -%]
+ </table>
</div>
</body>
</html>