@@ -43,15 +43,15 @@
|
||||
{{#each runners}}
|
||||
<article class="sheet">
|
||||
<header class="content has-text-centered">
|
||||
<h1 style="font-size: 3cm; font-weight: bold;">Urkunde</h1>
|
||||
<h1 style="font-size: 3cm; font-weight: bold;">{{__ "urkunde"}}</h1>
|
||||
</header>
|
||||
<main class="content has-text-centered" style="padding-top: 3cm;">
|
||||
<p style="width: 50%; font-size: 4vw; font-weight: bold; margin-bottom: 0; display: inline;">{{this.firstname}}
|
||||
{{this.middlename}} {{this.lastname}}
|
||||
</p>
|
||||
<p style="font-size: 1cm; margin-bottom: 0;">Hat beim {{../eventname}}</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: 1cm;">für den guten Zweck zurückgelegt</p>
|
||||
<p style="font-size: 1cm;">{{__ "fuer-den-guten-zweck-zurueckgelegt"}}</p>
|
||||
</main>
|
||||
<footer class="certificate-footer">
|
||||
<img src="./certificate_footer.png">
|
||||
@@ -59,14 +59,14 @@
|
||||
</article>
|
||||
<article class="sheet">
|
||||
<header class="content has-text-centered">
|
||||
<h1 style="font-size: 2.5cm;">Sponsorings</h1>
|
||||
<h1 style="font-size: 2.5cm;">{{__ "sponsorings"}}</h1>
|
||||
</header>
|
||||
<main>
|
||||
<table style="border: solid; width: 17cm;">
|
||||
<thead>
|
||||
<td class=".td-head">Sponsor:in</td>
|
||||
<td>Betrag/KM</td>
|
||||
<td>Gesamtbetrag</td>
|
||||
<td class=".td-head">{{__ "sponsor-in"}}</td>
|
||||
<td>{{__ "betrag-km"}}</td>
|
||||
<td>{{__ "gesamtbetrag"}}</td>
|
||||
</thead>
|
||||
<tbody>
|
||||
{{#each this.distanceDonations}}
|
||||
@@ -78,7 +78,7 @@
|
||||
{{/each}}
|
||||
</tbody>
|
||||
<tfoot>
|
||||
<td>Gesamt</td>
|
||||
<td>{{__ "gesamt"}}</td>
|
||||
<td>0.5€</td>
|
||||
<td>1€</td>
|
||||
</tfoot>
|
||||
|
||||
Reference in New Issue
Block a user