{$nav.base.name}

{#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($nav.base.file_size, 3)}
Uncompressed size: {formatDataVolume(zip.size, 3)} (Ratio: {comp_ratio.toFixed(2)}x)
Uploaded on: {formatDate($nav.base.created, true, true, true)}
{#if status === "finished"}

Files in this zip archive

{:else if status === "parse_failed"}

Zip archive could not be parsed. This usually means that the archive is encrypted or that it uses an unsupported compression format.

{/if}