@if (isSidebarCollapsed()) {
}
@if (activeChannel(); as activeChannel) {
@if (
activeChannel.radio === 'true' ||
shouldShowInlinePlayer(activeChannel)
) {
@if (activeChannel.radio === 'true') {
} @else {
}
}
@if (supportsEpg && activeChannel.radio !== 'true') {
@let canCollapseEpgPanel = shouldShowInlinePlayer(activeChannel);
@if (canCollapseEpgPanel) {
} @else {
}
}
@if (showChannelNumberOverlay) {
}
} @else {
}