form->hidden('id', $values) ?> form->csrf() ?>
form->label(t('Current password for the user "%s"', $this->user->getFullname()), 'current_password') ?> form->password('current_password', $values, $errors, array('autofocus')) ?> form->label(t('New password for the user "%s"', $this->user->getFullname($user)), 'password') ?> form->password('password', $values, $errors) ?> form->label(t('Confirmation'), 'confirmation') ?> form->password('confirmation', $values, $errors) ?>
modal->submitButtons() ?>