@if (detailContext(); as detailContext) { } @else if (isLoading()) {
{{ title() | translate }}
@if (showScopeToggle()) { }
@if (selectedContentType() === 'live') {
} @else {
@for (card of skeletonCards; track card) { }
} } @else {
{{ title() | translate }} @if (showFavSortButton()) { @for (option of favSortOptions; track option.mode) { } } @if (showSidebarToggle()) { }
@if (showContentToggle()) { @if (hasLive()) { {{ 'PORTALS.LIVE_TV' | translate }} } @if (hasMovies()) { {{ 'PORTALS.MOVIES' | translate }} } @if (hasSeries()) { {{ 'PORTALS.SERIES' | translate }} } } @if (showScopeToggle()) { playlist_play {{ 'PORTALS.THIS_PLAYLIST' | translate }} public {{ 'PORTALS.ALL_PLAYLISTS' | translate }} } @if (currentTypeItems().length > 0) { }
@switch (selectedContentType()) { @case ('live') { @if (hasLive()) { } } @case ('movie') { @if (hasMovies()) { } } @case ('series') { @if (hasSeries()) { } } } @if (!hasLive() && !hasMovies() && !hasSeries()) { @if (workspaceSearchTerm()) {
search_off

{{ 'WORKSPACE.GLOBAL_FAVORITES.NO_RESULTS' | translate }}

} @else { } } }