forked from samuel-p/sp-codes.de
much more improvements, updated english texts
This commit is contained in:
parent
c0c0f6469a
commit
51f9a85aa0
30 changed files with 315 additions and 349 deletions
|
@ -2,10 +2,10 @@
|
|||
<table class="table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{{strings.date[locale]}}</th>
|
||||
<th>{{strings.via[locale]}}</th>
|
||||
<th>{{strings.from[locale]}}</th>
|
||||
<th>{{strings.amount[locale]}}</th>
|
||||
<th>{{strings.donations.date[locale]}}</th>
|
||||
<th>{{strings.donations.via[locale]}}</th>
|
||||
<th>{{strings.donations.from[locale]}}</th>
|
||||
<th>{{strings.donations.amount[locale]}}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
@ -28,7 +28,7 @@
|
|||
</tbody>
|
||||
<tfoot>
|
||||
<tr>
|
||||
<th colspan="3">{{strings.total[locale]}}</th>
|
||||
<th colspan="3">{{strings.donations.total[locale]}}</th>
|
||||
<th>{{donations[0].donations | sum | amount}} €</th>
|
||||
</tr>
|
||||
</tfoot>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue