{state.base.name}
Compressed size: {formatDataVolume(state.base.file_size, 3)}
Uncompressed size: {formatDataVolume(uncomp_size, 3)} (Ratio: {comp_ratio.toFixed(2)}x)
Uploaded on: {formatDate(state.base.date_created, true, true, true)}
{dispatch("download")}}>
download
Download
{#if status === "finished"}
Files in this zip archive
{:else if status === "parse_failed"}
Zip archive could not be parsed. It may be corrupted.
{/if}