{{t('description')}}

{{t('series-name-header')}} {{item.series.name}} {{t('library-name-header')}} {{item.series.libraryId | libraryName | async}} {{t('status-header')}} @if (item.series.isBlacklisted) { {{t('blacklist-status-label')}} } @else if (item.series.dontMatch) { {{t('dont-match-status-label')}} } @else { @if (item.isMatched) { {{t('matched-status-label')}} } @else { {{t('unmatched-status-label')}} } } @if (filterGroup.get('matchState')?.value === MatchStateOption.Matched) { {{t('valid-until-header')}} @if (item.series.isBlacklisted || item.series.dontMatch || !item.isMatched) { {{null | defaultValue}} } @else { {{item.validUntilUtc | utcToLocalTime}} } } {{t('actions-header')}}