Paginator->sort('id') ?> Paginator->sort('name') ?> Paginator->sort('location') ?> Paginator->sort('lat') ?> Paginator->sort('lng') ?>
Number->format($location->id) ?> name) ?> location) ?> lat) ?> lng) ?> Html->link(__('Jump'), ['action' => 'jump', $location->id]) ?> Html->link(__('Radius'), ['action' => 'radius', $location->id]) ?> Html->link(__('View'), ['action' => 'view', $location->id]) ?> Html->link(__('Edit'), ['action' => 'edit', $location->id]) ?> Form->postLink(__('Delete'), ['action' => 'delete', $location->id], ['confirm' => __('Are you sure you want to delete # {0}?', $location->id)]) ?>

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