{#if files.length !== 0}

{title}:

{#each Array.from(files) as file, i (i)}
{file.name} {Math.round(file.size / 1000)} KB
{/each}
{/if}