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