{#if country === null}
Please pick your country of residence
{#each countries as c} {/each}
We support the following payment processors
PayPal PayPal
iDEAL iDEAL
Klarna Klarna
Bancontact Bancontact
SEPA SEPA
SOFORT SOFORT
KBC/CBC KBC/CBC
Belfius Belfius
Giropay Giropay
EPS EPS
Przelewy24 Przelewy24
{:else}
Paying from {country.flag} {country.name} ({country.vat}% VAT)
Please choose an amount
{#each amounts as a} {/each}
Custom amount €
Total including VAT:
{/if}