@if (data.playlistsLoaded() && !hasPlaylists()) { } @else { @if (hero(); as item) { @if (item.backdropUrl; as backdropUrl) { } @if (item.posterUrl; as posterUrl) { } @else { {{ item.icon }} }

{{ item.title }}

{{ item.subtitle }}

@if (item.watchProgress !== null && item.watchProgress !== undefined) { @if (item.remainingLabel) { {{ item.remainingLabel.key | translate: item.remainingLabel.params }} · } {{ 'WORKSPACE.DASHBOARD.PERCENT_WATCHED' | translate: { value: item.watchProgress } }} } play_arrow {{ 'WORKSPACE.DASHBOARD.CONTINUE_WATCHING' | translate }}
} @else if (data.globalRecentLoading()) { } @if (continueWatchingCards().length > 0) { } @if (liveOnFavoritesCardsEnriched().length > 0) { } @if ( continueWatchingCards().length === 0 && liveOnFavoritesCards().length === 0 && data.globalRecentLoading() ) { } @if (sourceCards().length > 0) { } @else if (!data.playlistsLoaded()) { } @if (xtreamRecentlyAddedCards().length > 0) { } @else if ( xtreamPlaylistCount() > 0 && data.xtreamRecentlyAddedLoading() ) { } }