{{t('format-title')}}

{{t('format-tooltip')}} @if (files().length > 0) { {{t('extension-header')}} {{value || t('not-classified')}} {{t('format-header')}} {{value | mangaFormat}} {{t('total-size-header')}} {{value | bytes}} {{t('total-files-header')}} {{value | compactNumber}} {{t('download-file-for-extension-header')}}
{{t('total-file-size-title')}}: {{ totalSize() | bytes}}
{{item.extension || t('not-classified')}}
{{t('format-header')}}
{{item.format | mangaFormat}}
{{t('total-size-header')}}
{{item.totalSize | bytes}}
{{t('total-files-header')}}
{{item.totalFiles | compactNumber}}
{{t('total-file-size-title')}}: {{ totalSize() | bytes}}
} @else { }