@let releaseYearValue = releaseYear(); @let bytesValue = totalBytes(); @let readingTimeEntityValue = readingTimeEntity(); @let libraryTypeValue = libraryType(); @let mangaFormatValue = mangaFormat(); @let readingTimeLeftValue = readingTimeLeft(); @let entityValue = entity();
@if (entityValue.publishers.length > 0) {
} @if ((libraryTypeValue === LibraryType.Book || libraryTypeValue === LibraryType.LightNovel) && mangaFormatValue !== MangaFormat.PDF) { {{t('words-count', {num: readingTimeEntityValue.wordCount | compactNumber})}} } @else { {{t('pages-count', {num: readingTimeEntityValue.pages | compactNumber})}} } @if (hasReadingProgress() && readingTimeLeftValue && readingTimeLeftValue.avgHours !== 0) { {{readingTimeLeftValue | readTimeLeft }} } @else { {{readingTimeEntityValue | readTime }} } @if (releaseYearValue) { {{releaseYearValue}} } @if (bytesValue && hasDownloadRole()) { {{bytesValue| bytes}} } @if (totalReads() > 0) { {{totalReads() | compactNumber}} }