@if (filteredFavorites().length > 0) { @for ( channel of filteredFavorites(); track trackByFn($index, channel); let i = $index ) { } } @else {
@if (hasSearchTerm()) { {{ 'CHANNELS.NO_SEARCH_RESULTS' | translate }} } @else { {{ 'CHANNELS.NO_FAVORITES' | translate }} }
@if (hasSearchTerm()) { {{ 'CHANNELS.TRY_DIFFERENT_SEARCH' | translate }} } @else { {{ 'CHANNELS.USE_STAR_TO_FAVORITE' | translate }} }
}