@if (series()) { @if (collectionTag()) {

{{collectionTag()!.title}}

}
{{t('item-count', {num: series().length})}}
}
@if (collectionTag()) {
@if (summary().length > 0 || collectionTag()!.source !== ScrobbleProvider.Kavita) {
@if (collectionTag()!.source !== ScrobbleProvider.Kavita && collectionTag()!.missingSeriesFromSource !== null && series().length !== collectionTag()!.totalSourceCount && collectionTag()!.totalSourceCount > 0) {
{{t('sync-progress', {title: series().length + ' / ' + collectionTag()!.totalSourceCount})}}
}
@if (summary().length > 0) {
@if (collectionTag()!.source !== ScrobbleProvider.Kavita) {
} }

} @if (filter()) { @if(!filterActive() && series().length === 0) {
{{t('no-data')}}
} @if(filterActive() && series().length === 0) {
{{t('no-data-filtered')}}
}
}
}