@if (showBookTypePill && getDisplayFormat(); as displayFormat) {
{{ displayFormat }}
}
@if (!book.seriesCount && book.metadata?.seriesNumber != null) {
#{{ book.metadata?.seriesNumber }}
}
@if (book.seriesCount && book.seriesCount >= 1) {
{{ book.seriesCount }}
}
@if (_isSeriesViewActive) {
} @else {
}
@if (!_isSeriesViewActive && hasDigitalFile()) {
}
@if (isCheckboxEnabled) {
}
@if (hasProgress) {
@if (_progressPercentage !== null) {
}
@if (_koProgressPercentage !== null) {
}
@if (_koboProgressPercentage !== null) {
}
}
@if (!bottomBarHidden) {