@if (filteredItems().length === 0) {
{{ contentType() === 'movie' ? 'movie' : 'tv' }}

@if (searchTerm()) { {{ 'WORKSPACE.GLOBAL_FAVORITES.NO_RESULTS' | translate }} } @else { {{ (mode() === 'favorites' ? 'PORTALS.NO_FAVORITES' : 'PORTALS.NO_RECENT_ITEMS' ) | translate }} }

} @else {
@for (item of filteredItems(); track trackByUid($index, item)) { }
}