{#if country === null}
Please pick your country of residence
{#each countries as c}
country = c}> {#if c.code}
{:else}
public
{/if}
{c.name}
{/each}
We support the following payment processors
{:else}
country = null} style="flex: 0 0 auto;">
chevron_left
Back
Paying from
{#if country.code}
{:else}
public
{/if}
{country.name} ({country.vat}% VAT)
Please choose an amount
{#each amounts as a}
amount = a} style="font-size: 1.1em;" class:button_highlight={amount === a}>
€ {a}
{/each}
Custom amount €
Total including VAT:
paid
Checkout
{/if}