{@html $t('show.warning_will_not_see_again')}
{#if note.meta.type === 'text'}
{note.contents}
copy(note.contents)}>{$t('common.copy_clipboard')}
{#if links && links.length}
{$t('show.links_found')}
{#each links as link}
{link}
{/each}
{/if} {:else} {#each files as file}
downloadFile(file)}>
↓ {file.name}
{file.type} - {prettyBytes(file.size)}
{/each}
{$t('show.download_all')}
{/if}