address_line1) ?>

address_name) ?>
contact_name) ?>
address_line1) ?>
address_line2) ?>
city) ?>
hasValue('city_entity') ? $this->Html->link($address->city_entity->name, ['controller' => 'Cities', 'action' => 'view', $address->city_entity->id]) : '' ?>
state) ?>
hasValue('state_entity') ? $this->Html->link($address->state_entity->name, ['controller' => 'States', 'action' => 'view', $address->state_entity->id]) : '' ?>
postal_code) ?>
country) ?>
hasValue('country_entity') ? $this->Html->link($address->country_entity->name, ['controller' => 'Countries', 'action' => 'view', $address->country_entity->id]) : '' ?>
phone_number) ?>
email) ?>
Number->format($address->id) ?>
Text->autoParagraph(h($address->notes)); ?>