$cities */ ?>

Paginator->sort('id') ?> Paginator->sort('name') ?> Paginator->sort('state_id') ?> Paginator->sort('state_code') ?> Paginator->sort('country_id') ?> Paginator->sort('country_code') ?> Paginator->sort('latitude') ?> Paginator->sort('longitude') ?> Paginator->sort('created_at') ?> Paginator->sort('updated_at') ?> Paginator->sort('flag') ?> Paginator->sort('wikiDataId') ?>
Number->format($city->id) ?> 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) ?> Number->format($city->latitude) ?> Number->format($city->longitude) ?> created_at) ?> updated_at) ?> flag) ?> wikiDataId) ?> Html->link(__('View'), ['action' => 'view', $city->id]) ?>

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