Form->create($operator) ?>
Form->control('username'); echo $this->Form->control('user_pubkey'); echo $this->Form->control('operator_type_id'); echo $this->Form->control('data_base64'); ?>
Form->button(__('Submit')) ?> Form->end() ?>