@if(title$ | async) {} @if(saveScreenSortResult$ | async) {} @if(getUserScreenSortResult$ | async) {}
@if(moduleMenus$ | async) {
@if((listOpened$ | async) === false) {
@if('accounting' | hasModule : (moduleMenus$ | async)) {

Accounting

} @if('admin' | hasModule : (moduleMenus$ | async)) {

Admin

} @if('counterparty' | hasModule : (moduleMenus$ | async)) {

Counterparty

} @if('data setup' | hasModule : (moduleMenus$ | async)) {

Data Setup

} @if('deals' | hasModule : (moduleMenus$ | async)) {

Deals

} @if('market prices' | hasModule : (moduleMenus$ | async)) {

Market Prices

} @if('midstream' | hasModule : (moduleMenus$ | async)) {

Midstream

} @if('reports' | hasModule : (moduleMenus$ | async)) {

Reports

} @if('scheduling' | hasModule : (moduleMenus$ | async)) {

Scheduling

}
} @if(listOpened$ | async){
{{moduleName$ | async}}

Overview

@if((listItems$ | async)){
{{item.name}}
} }
}