{#if files.length !== 0}

{title}:

{#each Array.from(files) as file}

{file.name} ({file.size / 1000} kb)

{/each}
{/if}