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