profile.profile {{ profile ? profile.get('email').value : '' }}
profile.last-login-time
@if (isLoading$ | async) { } @if (!(isLoading$ | async)) {
}
user.email @if (profile.get('email').hasError('required')) { {{ 'user.email-required' | translate }} } @if (profile.get('email').hasError('email')) { {{ 'user.invalid-email-format' | translate }} } user.first-name user.last-name language.language {{ 'language.auto' | translate }} @for(lang of languageList; track lang) { {{ 'language.locales.' + lang | translate }} } unit.unit-system {{ 'unit.unit-system-type.AUTO' | translate }} @for(unit of UnitSystems; track unit) { {{ 'unit.unit-system-type.' + unit | translate }} } @if (!isSysAdmin()) {
{{ 'dashboard.home-dashboard-hide-toolbar' | translate }}
}