@if (getValidationState('username')) { {{ usernameTooltip | translate }} }
@if (isSelfRegistration) { {{ 'TOOLTIP.SIGN_UP_MAIL' | translate }} } @if (getValidationState('email')) { {{ emailTooltip | translate }} }
@if (getValidationState('realname')) { {{ 'TOOLTIP.FULL_NAME' | translate }} }
@if (!showNewPwd) { } @if (showNewPwd) { }
@if (isSelfRegistration) { {{ 'CHANGE_PWD.PASS_TIPS' | translate }} } @if (getValidationState('newPassword')) { {{ 'TOOLTIP.PASSWORD' | translate }} }
@if (!showConfirmPwd) { } @if (showConfirmPwd) { }
@if (getValidationState('confirmPassword')) { {{ 'TOOLTIP.CONFIRM_PWD' | translate }} }
@if (getValidationState('comment')) { {{ 'TOOLTIP.COMMENT' | translate }} }