@if (!inPlatformApp && !(simpleMode | async)) { @if (showDemo && (hasDemoButton | async)) { {{ 'need-help-book-demo' | translate }} } @if (isTrial | async) { {{ 'generic.trial-tutorial' | translate }} } }
@if (!inPlatformApp && !standalone && (shouldAccountTypeBeVisible | async)) { {{ 'account.type.' + (accountType | async) | translate }} @if (showTrial | async) { ({{ 'account.type.trial-mode' | translate }}) } } @if ((hasSimpleUI | async) && inDashboard && !(inArag | async)) { {{ 'kb.advanced-mode' | translate }} } @if (((userInfo | async)?.accounts?.length || 0) > 1) { } @if (!inPlatformApp) { } @if (!standalone) { @if (!(simpleMode | async)) { } } @else { }