{#if files.length !== 0}

{title}:

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