@if (showQuickSettings) { } @if (isCurrentPageBookmarked) {
} @if (showNoteDialog) { } @if (showShortcutsHelp) { } @if (isSlideshowActive) {
}
@if (!isLoading) { @if (pages.length > 0) { @if (scrollMode === CbxScrollMode.PAGINATED) {
@if (isPageTransitioning && previousImageUrls.length > 0) {
@for (url of previousImageUrls; track url) { Previous Page }
}
@for (url of currentImageUrls; track url; let i = $index) { Page Image }
@if (isAtLastPage && nextBookInSeries) {
} } @else {
@for (pageIdx of infiniteScrollPages; track pageIdx; let i = $index) { Page {{ pageIdx + 1 }} } @if (isLoadingMore) {
} @if (infiniteScrollPages.length > 0 && infiniteScrollPages[infiniteScrollPages.length - 1] >= pages.length - 1 && nextBookInSeries) {
}
} } @else {

{{ 'readerCbx.reader.noPagesAvailable' | transloco }}

} } @else {

{{ 'readerCbx.reader.loadingBook' | transloco }}

}