{#if archive_type === "7z"}
This is a 7-zip archive. You will need
7-zip or compatible software to
extract it
{/if}
Compressed size: {formatDataVolume(state.base.file_size, 3)}
Uncompressed size: {formatDataVolume(zip.size, 3)} (Ratio: {comp_ratio.toFixed(2)}x)
Uploaded on: {formatDate(state.base.created, true, true, true)}
{#if status === "finished"}
Files in this zip archive
{:else if status === "parse_failed"}
Zip archive could not be parsed. It may be corrupted.