$states */ ?>
| = $this->Paginator->sort('id') ?> | = $this->Paginator->sort('name') ?> | = $this->Paginator->sort('country_id') ?> | = $this->Paginator->sort('country_code') ?> | = $this->Paginator->sort('fips_code') ?> | = $this->Paginator->sort('iso2') ?> | = $this->Paginator->sort('type') ?> | = $this->Paginator->sort('latitude') ?> | = $this->Paginator->sort('longitude') ?> | = $this->Paginator->sort('created_at') ?> | = $this->Paginator->sort('updated_at') ?> | = $this->Paginator->sort('flag') ?> | = $this->Paginator->sort('wikiDataId') ?> | = __('Actions') ?> |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| = $this->Number->format($state->id) ?> | = h($state->name) ?> | = $state->hasValue('country') ? $this->Html->link($state->country->name, ['controller' => 'Countries', 'action' => 'view', $state->country->id]) : '' ?> | = h($state->country_code) ?> | = h($state->fips_code) ?> | = h($state->iso2) ?> | = h($state->type) ?> | = $state->latitude === null ? '' : $this->Number->format($state->latitude) ?> | = $state->longitude === null ? '' : $this->Number->format($state->longitude) ?> | = h($state->created_at) ?> | = h($state->updated_at) ?> | = h($state->flag) ?> | = h($state->wikiDataId) ?> | = $this->Html->link(__('View'), ['action' => 'view', $state->id]) ?> |
= $this->Paginator->counter(__('Page {{page}} of {{pages}}, showing {{current}} record(s) out of {{count}} total')) ?>