parent
d3885bab8b
commit
a122b0e3ac
26 changed files with 188 additions and 222 deletions
|
@ -2,12 +2,12 @@
|
|||
<table class="table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{{strings.donations.name[locale]}}</th>
|
||||
<th>{{strings.donations.type[locale]}}</th>
|
||||
<th>{{strings.donations.provider[locale]}}</th>
|
||||
<th>{{strings.donations.location[locale]}}</th>
|
||||
<th>{{strings.donations.amount[locale]}} / {{strings.donations.month[locale]}}</th>
|
||||
<th>{{strings.donations.amount[locale]}} / {{strings.donations.year[locale]}}</th>
|
||||
<th>{{strings.donations.name}}</th>
|
||||
<th>{{strings.donations.type}}</th>
|
||||
<th>{{strings.donations.provider}}</th>
|
||||
<th>{{strings.donations.location}}</th>
|
||||
<th>{{strings.donations.amount}} / {{strings.donations.month}}</th>
|
||||
<th>{{strings.donations.amount}} / {{strings.donations.year}}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
@ -28,7 +28,7 @@
|
|||
</tbody>
|
||||
<tfoot>
|
||||
<tr>
|
||||
<th colspan="4">{{strings.donations.total[locale]}}</th>
|
||||
<th colspan="4">{{strings.donations.total}}</th>
|
||||
<th>{{expenses | sum | amount}} €</th>
|
||||
<th>{{expenses | sum | year | amount}} €</th>
|
||||
</tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue