@if (channelsLoading()) { } @else if (displayedChannels().length) { @if (viewTitle() && activeView() !== 'groups' && activeView() !== 'all') {

{{ viewTitle() | translate }}

@if ( activeView() === 'recent' && recentChannelItems().length > 0 ) { }
} @switch (activeView()) { @case ('all') { } @case ('groups') { } @case ('favorites') { @let favorites = favorites$ | async; @if (favorites) { } } @case ('recent') { } } } @else {
folder_off

{{ 'CHANNELS.NO_CHANNELS_FOUND' | translate }}

}