$addresses */ ?>
Html->link(__('New Address'), ['action' => 'add'], ['class' => 'button float-right']) ?>

Paginator->sort('id') ?> Paginator->sort('owner') ?> Paginator->sort('first') ?> Paginator->sort('last') ?> Paginator->sort('street') ?> Paginator->sort('zip') ?> Paginator->sort('city') ?> Paginator->sort('phone') ?>
Number->format($address->id) ?> Number->format($address->owner) ?> first) ?> last) ?> street) ?> zip) ?> city) ?> phone) ?> Html->link(__('View'), ['action' => 'view', $address->id]) ?> Html->link(__('Edit'), ['action' => 'edit', $address->id]) ?> Form->postLink(__('Delete'), ['action' => 'delete', $address->id], ['confirm' => __('Are you sure you want to delete # {0}?', $address->id)]) ?>

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