{t('home.setup')}

{#if keychip}
1.
{@html t('setup.steps.one')}
{t('setup.keychip-warning')}
{#if !!window.showOpenFilePicker}
{t('setup.type.automatic')} {@html t('setup.automatic')} {#if automaticSetupStatus != "none"}
{t(`setup.automatic.${automaticSetupStatus}`)}
{/if}
{/if}
{t('setup.type.manual')} {@html t('setup.manual')}
{@html keychipCode}
{#if !exposeKeychip} {/if}

2.
{@html t('setup.steps.two')}
3.
{@html t('setup.steps.three')}
4.
{@html t('setup.steps.four')}

{@html t('setup.support-info')}

{:else}

{t('loading')}

{/if}