{#if window.user.username !== ""}
{#if window.user.subscription.type === "patreon"}

You already have a Patreon subscription active. You cannot use Prepaid while that subscription is active.

{:else if window.user.subscription.type === "prepaid"}

You already have a Prepaid subscription active. Your account balance is . Use the form below to top up your balance.

{:else}

You are currently logged in as '{window.user.username}'. Use the form below to activate prepaid on this account.

{/if}
{:else} {/if}