@if (total > 0 || suppressArchiveWarning) { } @else if (total === 0 && !suppressArchiveWarning) { }
@if (read > 0 && read < total && total > 0 && read !== total) {

}
@if(total === 0 && !suppressArchiveWarning) {
{{t('cannot-read')}}
} @if (read === 0 && total > 0) {
} @if (allowSelection) {
} @if (count > 1) {
{{count}}
}
@if (showReadButton) {
}
@if (subtitleTemplate) {
} @if (!suppressLibraryLink && libraryName) { {{libraryName | sentenceCase}} }
@if (title.length > 0 || actions.length > 0) {
@if (linkUrl) { {{title}} } @else { {{title}} } @if (actions && actions.length > 0) { }
}