{{ "forgotPW.forgot" | translate }}
@if(!pwResetData.password) { } @else { }
@if (!password.valid && password.touched) {

{{ "register.errorPassword0" | translate }}

} @else { @if (pwResetData.password.length < 6 && password.touched) {

{{ "register.errorPassword1" | translate }}

} }
@if(!pwResetData.passwordConfirm) { } @else { }
@if (!passwordConfirm.valid && passwordConfirm.touched) {

{{ "register.errorPassword0" | translate }}

} @if (pwResetData.password !== pwResetData.passwordConfirm && pwResetData.password !== "" && pwResetData.passwordConfirm !== "") {

{{ "register.errorPassword2" | translate }}

}