name) ?>

name) ?>
hasValue('state') ? $this->Html->link($city->state->name, ['controller' => 'States', 'action' => 'view', $city->state->id]) : '' ?>
state_code) ?>
hasValue('country') ? $this->Html->link($city->country->name, ['controller' => 'Countries', 'action' => 'view', $city->country->id]) : '' ?>
country_code) ?>
wikiDataId) ?>
Number->format($city->id) ?>
Number->format($city->latitude) ?>
Number->format($city->longitude) ?>
created_at) ?>
updated_at) ?>
flag ? __('Yes') : __('No'); ?>