{#if $isDownloading}

DOWNLOADING

{#each Object.keys($downloadAssets) as fileName}

■ {fileName}

{$downloadAssets[fileName]}/100

{/each}
{/if}