{load_language_text section="account_password"} {load_language_text section="buttons" name="button"}
{$txt.text_must}

{$txt.label_password}


{$txt.label_actual}{if $form_data.password_current.required == '1'} * {/if} {if $error_password}{$txt.label_actual}: {$error_password}{/if} {if $account_password}{$txt.label_actual}: {$account_password}{/if}

{$txt.label_new}{if $form_data.password_new.required == '1'} * {/if} {if $error_new_password}{$txt.label_new}: {$error_new_password}{/if}

{$txt.label_confirm}{if $form_data.password_confirmation.required == '1'} * {/if} {if $error_confirmation}{$txt.label_confirm}: {$error_confirmation}{/if}

{$button.send} {$button.back}