$addresses */ ?>
= $this->Paginator->sort('id') ?> | = $this->Paginator->sort('owner') ?> | = $this->Paginator->sort('first') ?> | = $this->Paginator->sort('last') ?> | = $this->Paginator->sort('street') ?> | = $this->Paginator->sort('zip') ?> | = $this->Paginator->sort('city') ?> | = $this->Paginator->sort('phone') ?> | = __('Actions') ?> |
---|---|---|---|---|---|---|---|---|
= $this->Number->format($address->id) ?> | = $this->Number->format($address->owner) ?> | = h($address->first) ?> | = h($address->last) ?> | = h($address->street) ?> | = h($address->zip) ?> | = h($address->city) ?> | = h($address->phone) ?> | = $this->Html->link(__('View'), ['action' => 'view', $address->id]) ?> = $this->Html->link(__('Edit'), ['action' => 'edit', $address->id]) ?> = $this->Form->postLink(__('Delete'), ['action' => 'delete', $address->id], ['confirm' => __('Are you sure you want to delete # {0}?', $address->id)]) ?> |
= $this->Paginator->counter(__('Page {{page}} of {{pages}}, showing {{current}} record(s) out of {{count}} total')) ?>