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

Files in this zip archive

{#if truncated}
Due to the large size of this archive, the results have been truncated. The list below is incomplete!
{/if}
{: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}