Paginator->sort('id') ?> Paginator->sort('name') ?> Paginator->sort('token') ?> Paginator->sort('created') ?> Paginator->sort('modified') ?>
Number->format($user->id) ?> name) ?> token) ?> created) ?> modified) ?> Html->link(__('Calendar'), ['action' => 'showCalendar', $user->id]) ?> Html->link(__('View'), ['action' => 'view', $user->id]) ?> Form->postLink(__('Delete'), ['action' => 'delete', $user->id], ['confirm' => __('Are you sure you want to delete # {0}?', $user->id)]) ?> Html->link(__('Revoke'), ['action' => 'revoke', $user->id], ['confirm' => __('Are you *SURE* you want to revoke authorization # {0}? This will totally drop that authorization, which you cannot re-add unless you are the original user that stored it.', $user->id)]) ?>

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