@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) {
{{ (account | async)?.title }}
}
@if (!inPlatformApp) {
}
@if (!standalone) {
@if (!(simpleMode | async)) {
}
} @else {
}