{#if status === 'locked'}
Creddy is locked
dispatch('navigate', {target: 'Unlock'})}>Unlock
{:else if status === 'unlocked'}
Creddy is ready
{:else if status === 'empty'}
dispatch('navigate', {target: 'EnterCredentials'})}> Enter Credentials
{/if}