$addresses */ ?>
| = $this->Paginator->sort('id') ?> | = $this->Paginator->sort('address_name') ?> | = $this->Paginator->sort('contact_name') ?> | = $this->Paginator->sort('address_line1') ?> | = $this->Paginator->sort('address_line2') ?> | = $this->Paginator->sort('city') ?> | = $this->Paginator->sort('city_id') ?> | = $this->Paginator->sort('state') ?> | = $this->Paginator->sort('state_id') ?> | = $this->Paginator->sort('postal_code') ?> | = $this->Paginator->sort('country') ?> | = $this->Paginator->sort('country_id') ?> | = $this->Paginator->sort('phone_number') ?> | = $this->Paginator->sort('email') ?> | = __('Actions') ?> |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| = $this->Number->format($address->id) ?> | = h($address->address_name) ?> | = h($address->contact_name) ?> | = h($address->address_line1) ?> | = h($address->address_line2) ?> | = h($address->city) ?> | = $address->hasValue('city_entity') ? $this->Html->link($address->city_entity->name, ['controller' => 'Cities', 'action' => 'view', $address->city_entity->id]) : '' ?> | = h($address->state) ?> | = $address->hasValue('state_entity') ? $this->Html->link($address->state_entity->name, ['controller' => 'States', 'action' => 'view', $address->state_entity->id]) : '' ?> | = h($address->postal_code) ?> | = h($address->country) ?> | = $address->hasValue('country_entity') ? $this->Html->link($address->country_entity->name, ['controller' => 'Countries', 'action' => 'view', $address->country_entity->id]) : '' ?> | = h($address->phone_number) ?> | = h($address->email) ?> | = $this->Html->link(__('View'), [ 'plugin' => 'CakeAddresses', 'controller' => 'Addresses', 'action' => 'view', $address->id, ]); ?> = $this->Html->link(__('Edit'), [ 'plugin' => 'CakeAddresses', 'controller' => 'Addresses', 'action' => 'edit', $address->id, ]) ?> = $this->Form->postLink(__('Delete'), [ 'plugin' => 'CakeAddresses', 'controller' => 'Addresses', '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')) ?>