{#if !donations || donations.length == 0} {$_("donor-has-no-associated-donations")} {:else} {#each donations as donation} {#if donation.responseType === "DISTANCEDONATION"} {donation.runner.firstname} {donation.runner.middlename || ""} {donation.runner.lastname} {:else} {$_("fixed-donation")}: {(donation.amount / 100) .toFixed(2) .toLocaleString("de-DE", { valute: "EUR" })}€ {/if} {/each} {/if}