{{#each runners}}

{{__ "urkunde"}}

{{this.firstname}} {{this.middlename}} {{this.lastname}}

{{__ "hat-beim-eventname"}}

{{--format_kilometers this.distance}}km

{{__ "fuer-den-guten-zweck-zurueckgelegt"}}

{{__ "sponsorings"}}

{{#each this.distanceDonations}} {{/each}}
{{__ "sponsor-in"}} {{__ "betrag-km"}} {{__ "gesamtbetrag"}}
{{this.donor.firstname}} {{this.donor.middlename}} {{this.donor.lastname}} {{--format_currency this.amountPerDistance}} {{../../currency_symbol}} {{--format_currency this.amount}} {{../../currency_symbol}}
{{__ "gesamt"}} 0.5 {{../currency_symbol}} 1 {{../currency_symbol}}
{{/each}}