{#if toast}
{toast}
{/if}
{#if loading}
Loading...
{:else if error}
{error}
{:else if !entry}
Entry not found
{:else}
{#if entry.username}
Username
{entry.username}
{/if}
Password
{passwordVisible ? decryptedPassword : 'âĸâĸâĸâĸâĸâĸâĸâĸâĸâĸâĸâĸ'}
{#if entry.url}
URL
{entry.url}
{/if}
{#if entry.notes}
{/if}
Created: {new Date(entry.createdAt).toLocaleString()}
Updated: {new Date(entry.updatedAt).toLocaleString()}
{#if showDeleteConfirm}
showDeleteConfirm = false}>
e.stopPropagation()}>
Move to Trash
Move "{entry.title}" to the trash? You can restore it later.
{/if}
{#if showPermanentDeleteConfirm}
showPermanentDeleteConfirm = false}>
e.stopPropagation()}>
Delete Forever
Permanently delete "{entry.title}"? This cannot be undone.
{/if}
{/if}