@if (volume.pages > 0 || suppressArchiveWarning) { } @else if (volume.pages === 0 && !suppressArchiveWarning) { }
@if (volume.pagesRead > 0 && volume.pagesRead < volume.pages && volume.pages > 0 && volume.pagesRead !== volume.pages) {

}
@if(volume.pages === 0 && !suppressArchiveWarning) {
{{t('cannot-read')}}
} @if (volume.pagesRead === 0 && volume.pages > 0) {
} @if (allowSelection) {
}
@if (!bulkSelectionService.hasSelections()) {
}
@if (libraryType === LibraryType.LightNovel || libraryType === LibraryType.Book) {
{{volume.name}}
@if (actions && actions.length > 0) { }
}
{{volume.name}} @if (actions && actions.length > 0) { }