{$i18n.t('Notes')} • {$WEBUI_NAME} {#if loaded} {}} >
{$i18n.t('This will delete')} {selectedNote.title}.
{#if Object.keys(notes).length > 0} {#each Object.keys(notes) as timeRange}
{$i18n.t(timeRange)}
{#each notes[timeRange] as note, idx (note.id)} {/each}
{/each} {:else}
{$i18n.t('No Notes')}
{$i18n.t('Create your first note by clicking on the plus button below.')}
{/if}
{:else}
{/if}