{#if flow?.state.error}
{flow.state.error}
{/if} {#if loadingServerInfo || !flow}
{:else if flow.state.step === 'info'}
{$_('register.migrateTitle')}

{$_('register.migrateDescription')}

{$_('register.migrateLink')} →
{:else if flow.state.step === 'key-choice'} {:else if flow.state.step === 'initial-did-doc'} flow?.goBack()} /> {:else if flow.state.step === 'creating'}

{$_('common.creating')}

{:else if flow.state.step === 'verify'} {:else if flow.state.step === 'updated-did-doc'} flow?.activateAccount()} /> {:else if flow.state.step === 'redirect-to-dashboard'}

{$_('register.redirecting')}

{/if}