Paginator->sort('id') ?> Paginator->sort('first_name') ?> Paginator->sort('last_name') ?> Paginator->sort('username') ?> Paginator->sort('email') ?> Paginator->sort('disabled') ?>
Number->format($stateUser->id) ?> first_name ?> last_name ?> username ?> email ?> disabled ?> Html->link(__('View'), ['action' => 'view', $stateUser->id]) ?> Html->link(__('Edit'), ['action' => 'edit', $stateUser->id]) ?> Form->postLink(__('Delete'), ['action' => 'delete', $stateUser->id], ['confirm' => __('Are you sure you want to delete # {0}?', $stateUser->id)]) ?>

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