Holdings

@if (user?.settings?.isExperimentalFeatures) {
}
@if (viewModeFormControl.value === 'CHART') { } @else if (viewModeFormControl.value === 'TABLE') { @if (hasPermissionToCreateOrder && holdings?.length > 0) { } }