@if (vm$ | async; as vm) { @if (isScreenSmall) { {{ t('Room Plan') }} {{ t(vm.selectedTable?.order ? 'Order' : 'Notifications') }} @if (vm.tabView === 'RoomPlan') { } @if (vm.tabView === 'Notifications') { } } @if (!isScreenSmall) { @if (showSidebar) { } @else { } @if (!showSidebar) { } @if (showSidebar) { } } @if (isScreenSmall && vm.tabView === 'RoomPlan') { } }