$regions */ ?>
| = $this->Paginator->sort('id') ?> | = $this->Paginator->sort('name') ?> | = $this->Paginator->sort('created_at') ?> | = $this->Paginator->sort('updated_at') ?> | = $this->Paginator->sort('flag') ?> | = $this->Paginator->sort('wikiDataId') ?> | = __('Actions') ?> |
|---|---|---|---|---|---|---|
| = $this->Number->format($region->id) ?> | = h($region->name) ?> | = h($region->created_at) ?> | = h($region->updated_at) ?> | = h($region->flag) ?> | = h($region->wikiDataId) ?> | = $this->Html->link(__('View'), ['action' => 'view', $region->id]) ?> |
= $this->Paginator->counter(__('Page {{page}} of {{pages}}, showing {{current}} record(s) out of {{count}} total')) ?>