@if (isHeaderAllowed) { @if (backUrl) { @if (showBackButton) { } } @if (enableSideMenu && navigationService.position() === "disabled") { } @if (navigationService.position() === "left" || navigationService.position() === "bottom") { } @if (service.currentEdge(); as edge) { @if ((currentPage === "IndexLive" || currentPage === "IndexHistory") && navigationService.position() !== null && navigationService.position() === "disabled" && !isNewNavigation) { {{ "GENERAL.LIVE" | translate }} {{ "GENERAL.HISTORY" | translate }} } } @if (navigationService.position() === "disabled" || navigationService.position() === null) { @if (edge() !== null) { } } @if (currentPage === "IndexHistory" && navigationService.position() !== "left") { } }