{#if loaded}
{}} >
{$i18n.t('This will delete')}
{selectedNote.title}
.
{#if notes.length > 0}
{#each notes as note}
{note.title}
{$i18n.t('By {{name}}', { name: capitalizeFirstLetter( note?.user?.name ?? note?.user?.email ?? $i18n.t('Deleted User') ) })}
{/each}
{:else}
{$i18n.t('No Notes')}
{$i18n.t('Create your first note by clicking on the plus button below.')}
{/if}
{}} >
{:else}
{/if}