@if (isSelectedTypeContentLoading()) {
{{ 'CHANNELS.LOADING' | translate }}
} @else if (filteredChannels().length > 0) { } @else {
search_off

{{ 'CHANNELS.NO_CHANNELS_FOUND' | translate }}

@if (searchTermInput()) {

{{ 'CHANNELS.TRY_DIFFERENT_SEARCH' | translate }}

}
}