{#if toast}
{toast}
{/if} {#if loading}
Loading...
{:else if error}
{error}
{:else if !entry}
Entry not found
{:else}

{entry.title}

{#if isInTrash} {:else} {/if}
{#if entry.username}
Username
{entry.username}
{/if}
Password
{passwordVisible ? decryptedPassword : 'â€ĸâ€ĸâ€ĸâ€ĸâ€ĸâ€ĸâ€ĸâ€ĸâ€ĸâ€ĸâ€ĸâ€ĸ'}
{#if entry.url}
URL
{entry.url}
{/if} {#if entry.notes}
Notes
{entry.notes}
{/if}
Created: {new Date(entry.createdAt).toLocaleString()} Updated: {new Date(entry.updatedAt).toLocaleString()}
{#if showDeleteConfirm} {/if} {#if showPermanentDeleteConfirm} {/if} {/if}