{#if country === null}
Please pick your country of residence
{#each countries as c}
{/each}
We support the following payment processors

PayPal

iDEAL

Klarna

Bancontact

SEPA

SOFORT

KBC/CBC

Belfius

Giropay

EPS

Przelewy24
{:else}
Paying from
{country.flag}
{country.name} ({country.vat}% VAT)
{/if}