{#if country === null}
Please pick your country of residence
{#each countries as c} {/each}
{:else}
Paying from {country.name} ({country.vat}% VAT)
Please choose an amount
{#each amounts as a} {/each}
Custom amount €
Total including VAT:
{/if}