@@ -50,7 +50,7 @@
|
||||
{{this.middlename}} {{this.lastname}}
|
||||
</p>
|
||||
<p style="font-size: 1cm; margin-bottom: 0;">{{__ "hat-beim-eventname"}}</p>
|
||||
<p style="font-size: 2cm; font-weight: bold; margin-bottom: 0;">{{this.distance}}km</p>
|
||||
<p style="font-size: 2cm; font-weight: bold; margin-bottom: 0;">{{--format_kilometers this.distance}}km</p>
|
||||
<p style="font-size: 1cm;">{{__ "fuer-den-guten-zweck-zurueckgelegt"}}</p>
|
||||
</main>
|
||||
<footer class="certificate-footer">
|
||||
@@ -72,15 +72,15 @@
|
||||
{{#each this.distanceDonations}}
|
||||
<tr>
|
||||
<td>{{this.donor.firstname}} {{this.donor.middlename}} {{this.donor.lastname}}</td>
|
||||
<td>{{this.amountPerDistance}}</td>
|
||||
<td>{{this.amount}}</td>
|
||||
<td>{{--format_currency this.amountPerDistance}} {{../../currency_symbol}}</td>
|
||||
<td>{{--format_currency this.amount}} {{../../currency_symbol}}</td>
|
||||
</tr>
|
||||
{{/each}}
|
||||
</tbody>
|
||||
<tfoot>
|
||||
<td>{{__ "gesamt"}}</td>
|
||||
<td>0.5€</td>
|
||||
<td>1€</td>
|
||||
<td>0.5 {{../currency_symbol}}</td>
|
||||
<td>1 {{../currency_symbol}}</td>
|
||||
</tfoot>
|
||||
</table>
|
||||
</main>
|
||||
|
||||
Reference in New Issue
Block a user