operator_type->name ?>
Paginator->sort('id') ?> Paginator->sort('username') ?> Paginator->sort('user_pubkey') ?> Paginator->sort('operator_type_id') ?> Paginator->sort('data_base64') ?> Paginator->sort('modified') ?>
Number->format($operator->id) ?> username) ?> user_pubkey)) ?> Html->link(__($operator->operator_type->name), ['controller' => 'OperatorTypes', 'action' => 'view', $operator->operator_type_id]) ?> data_base64) ?> modified) ?> Html->link(__('View'), ['action' => 'view', $operator->id]) ?> Html->link(__('Edit'), ['action' => 'edit', $operator->id]) ?> Form->postLink(__('Delete'), ['action' => 'delete', $operator->id], ['confirm' => __('Are you sure you want to delete # {0}?', $operator->id)]) ?>

Paginator->counter(['format' => __('Page {{page}} of {{pages}}, showing {{current}} record(s) out of {{count}} total')]) ?>