@if (currentUserForm) { {{ user.name }}
@if (otherUserForm) { {{ "ALERTING.OTHER_USERS" | translate }}
}
} @else { } @if (currentUserForm?.formGroup?.dirty || otherUserForm?.formGroup?.dirty) { GENERAL.SAVE }