|
- {#if donor.email}
- {donor.email}
- {/if}
- {#if donor.phone}
- {donor.phone}
- {/if}
- {#if donor.address.address1 !== null}
- {donor.address.address1}
- {donor.address.address2 || ''}
- {donor.address.postalcode}
- {donor.address.city}
- {donor.address.country}
+ {#if donation.runner}
+
+ {:else}
+
+ Fixed Donation
+
{/if}
|
- TODO |
- {(donor.donationAmount/100).toFixed(2).toLocaleString("de-DE", {valute: "EUR"})}€
+ {#if donation.amountPerDistance}
+
+ {(donation.amountPerDistance / 100)
+ .toFixed(2)
+ .toLocaleString('de-DE', { valute: 'EUR' })}€
+
+ {:else}
+
+ Fixed Donation
+
+ {/if}
|
- {#if active_deletes[donor.id] === true}
+
+
+ {(donation.amount / 100)
+ .toFixed(2)
+ .toLocaleString('de-DE', { valute: 'EUR' })}€
+
+ |
+ {#if active_deletes[donation.id] === true}
@@ -155,12 +169,12 @@
|
{$_('details')}
- {#if store.state.jwtinfo.userdetails.permissions.includes('DONOR:DELETE')}
+ {#if store.state.jwtinfo.userdetails.permissions.includes('DONATION:DELETE')}
|