Paginator->sort('id') ?> Paginator->sort('group_id') ?> Paginator->sort('address_type_id') ?>
Number->format($stateGroupAddress->id) ?> Number->format($stateGroupAddress->group_id) ?> has('address_type') ? $this->Html->link($stateGroupAddress->address_type->name, ['controller' => 'AddressTypes', 'action' => 'view', $stateGroupAddress->address_type->id]) : '' ?> public_key)) ?> Html->link(__('View'), ['action' => 'view', $stateGroupAddress->id]) ?> Html->link(__('Edit'), ['action' => 'edit', $stateGroupAddress->id]) ?> Form->postLink(__('Delete'), ['action' => 'delete', $stateGroupAddress->id], ['confirm' => __('Are you sure you want to delete # {0}?', $stateGroupAddress->id)]) ?>

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