| = $this->Paginator->sort('id') ?> | = $this->Paginator->sort('group_id') ?> | = $this->Paginator->sort('address_type_id') ?> | = __('user public key') ?> | = __('Actions') ?> |
|---|---|---|---|---|
| = $this->Number->format($stateGroupAddress->id) ?> | = $this->Number->format($stateGroupAddress->group_id) ?> | = $stateGroupAddress->has('address_type') ? $this->Html->link($stateGroupAddress->address_type->name, ['controller' => 'AddressTypes', 'action' => 'view', $stateGroupAddress->address_type->id]) : '' ?> | = bin2hex(stream_get_contents($stateGroupAddress->public_key)) ?> | = $this->Html->link(__('View'), ['action' => 'view', $stateGroupAddress->id]) ?> = $this->Html->link(__('Edit'), ['action' => 'edit', $stateGroupAddress->id]) ?> = $this->Form->postLink(__('Delete'), ['action' => 'delete', $stateGroupAddress->id], ['confirm' => __('Are you sure you want to delete # {0}?', $stateGroupAddress->id)]) ?> |
= $this->Paginator->counter(['format' => __('Page {{page}} of {{pages}}, showing {{current}} record(s) out of {{count}} total')]) ?>