$users */ ?>
Html->link(__('New User'), ['action' => 'add'], ['class' => 'button float-right']) ?>

Paginator->sort('id') ?> Paginator->sort('name') ?> Paginator->sort('email') ?> Paginator->sort('created') ?> Paginator->sort('modified') ?>
Number->format($user->id) ?> name) ?> email) ?> created) ?> modified) ?> Html->link(__('View'), ['action' => 'view', $user->id]) ?> Html->link(__('Edit'), ['action' => 'edit', $user->id]) ?> Form->postLink( __('Delete'), ['action' => 'delete', $user->id], [ 'method' => 'delete', 'confirm' => __('Are you sure you want to delete # {0}?', $user->id), ] ) ?>

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