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', 'autocomplete="current-password"')) ?> form->label(t('New password for the user "%s"', $this->user->getFullname($user)), 'password') ?> form->password('password', $values, $errors, ['autocomplete="new-password"']) ?> form->label(t('Confirmation'), 'confirmation') ?> form->password('confirmation', $values, $errors) ?>
modal->submitButtons() ?>