{$i18n.t('Notes')}
{#each (notes || '\n').split('\n') as line, idx} {#if idx > 0}
{/if} {line} {/each}
{#if lastSaved} {$i18n.t('Last saved at {{time}}', { time: format(lastSaved, 'HH:mm') })} {:else if lastSaved !== undefined} {$i18n.t('Waiting for changes...')} {/if}