$subregions */ ?>
| = $this->Paginator->sort('id') ?> | = $this->Paginator->sort('name') ?> | = $this->Paginator->sort('region_id') ?> | = $this->Paginator->sort('created_at') ?> | = $this->Paginator->sort('updated_at') ?> | = $this->Paginator->sort('flag') ?> | = $this->Paginator->sort('wikiDataId') ?> | = __('Actions') ?> |
|---|---|---|---|---|---|---|---|
| = $this->Number->format($subregion->id) ?> | = h($subregion->name) ?> | = $subregion->hasValue('region') ? $this->Html->link($subregion->region->name, ['controller' => 'Regions', 'action' => 'view', $subregion->region->id]) : '' ?> | = h($subregion->created_at) ?> | = h($subregion->updated_at) ?> | = h($subregion->flag) ?> | = h($subregion->wikiDataId) ?> | = $this->Html->link(__('View'), ['action' => 'view', $subregion->id]) ?> = $this->Html->link(__('Edit'), ['action' => 'edit', $subregion->id]) ?> = $this->Form->postLink(__('Delete'), ['action' => 'delete', $subregion->id], ['confirm' => __('Are you sure you want to delete # {0}?', $subregion->id)]) ?> |
= $this->Paginator->counter(__('Page {{page}} of {{pages}}, showing {{current}} record(s) out of {{count}} total')) ?>