#{extends 'securesocial/SecureSocial/main.html'/} #{set title: messages.get('securesocial.changeTitle') /}
#{if flash.error}
${flash.error}
#{/if}

&{'securesocial.changeLabel'}

#{form @securesocial.PasswordChangeController.doChange(), autocomplete:'off'}
#{authenticityToken /}
#{ifError 'currentPassword'} &{'securesocial.required'} #{/ifError}
#{securesocial_password_entry /}
#{/form}