@if (displayOldPasswordField()) {
Old password: @if (hasError('oldPassword'); as errorText) { {{ errorText }} }
}
New password: @if (hasError('newPassword'); as errorText) { {{ errorText }} }
Confirm new password: @if (hasError('newPasswordRepeat'); as errorText) { {{ errorText }} }