Back to Kavita

Entity Card.Component

UI/Web/src/app/cards/entity-card/entity-card.component.html

0.9.0684 B
Original Source

@let entityProgress = progress(); @if (showError()) { {{ t('cannot-read') }} }

@if (entityProgress.pagesRead === 0 && entityProgress.pages > 0) {

} @if (config().allowSelection) {

} @if (count() > 1) { {{ count() }} } @if (entityProgress.pagesRead > 0 && entityProgress.pagesRead < entityProgress.pages && entityProgress.pages > 0) {

}

@if (!bulkSelectionService.hasSelections() && hasReadFunc()) {

} @if (shouldRenderMetaTitle()) { 34 ? metaTitle() : null"> @if (hasMetaTitleTemplate()) {

} @else { {{ metaTitle() }} } } @if (formatBadge()) { } @else { } @if (hasTitleTemplate()) { } @else { {{ title() }} } @if (hasActionables()) { }