$states */ ?>

Paginator->sort('id') ?> Paginator->sort('name') ?> Paginator->sort('country_id') ?> Paginator->sort('country_code') ?> Paginator->sort('fips_code') ?> Paginator->sort('iso2') ?> Paginator->sort('type') ?> Paginator->sort('latitude') ?> Paginator->sort('longitude') ?> Paginator->sort('created_at') ?> Paginator->sort('updated_at') ?> Paginator->sort('flag') ?> Paginator->sort('wikiDataId') ?>
Number->format($state->id) ?> name) ?> hasValue('country') ? $this->Html->link($state->country->name, ['controller' => 'Countries', 'action' => 'view', $state->country->id]) : '' ?> country_code) ?> fips_code) ?> iso2) ?> type) ?> latitude === null ? '' : $this->Number->format($state->latitude) ?> longitude === null ? '' : $this->Number->format($state->longitude) ?> created_at) ?> updated_at) ?> flag) ?> wikiDataId) ?> Html->link(__('View'), ['action' => 'view', $state->id]) ?>

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