{note.name}

Note
{#if note.links && note.links.length > 0}

{note.links.length} {note.links.length > 1 ? 'Links' : 'Link'}

{/if} {#if note.date && note.date !== ''}

{new Date(note.date).toLocaleDateString(undefined, { timeZone: 'UTC' })}

{/if}
{#if note.user_id == user?.pk} {/if}