$countries */ ?>
| = $this->Paginator->sort('id') ?> | = $this->Paginator->sort('name') ?> | = $this->Paginator->sort('iso3') ?> | = $this->Paginator->sort('numeric_code') ?> | = $this->Paginator->sort('iso2') ?> | = $this->Paginator->sort('phonecode') ?> | = $this->Paginator->sort('capital') ?> | = $this->Paginator->sort('currency') ?> | = $this->Paginator->sort('currency_name') ?> | = $this->Paginator->sort('currency_symbol') ?> | = $this->Paginator->sort('tld') ?> | = $this->Paginator->sort('native') ?> | = $this->Paginator->sort('region') ?> | = $this->Paginator->sort('region_id') ?> | = $this->Paginator->sort('subregion') ?> | = $this->Paginator->sort('subregion_id') ?> | = $this->Paginator->sort('nationality') ?> | = $this->Paginator->sort('latitude') ?> | = $this->Paginator->sort('longitude') ?> | = $this->Paginator->sort('emoji') ?> | = $this->Paginator->sort('emojiU') ?> | = $this->Paginator->sort('created_at') ?> | = $this->Paginator->sort('updated_at') ?> | = $this->Paginator->sort('flag') ?> | = $this->Paginator->sort('wikiDataId') ?> | = __('Actions') ?> |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| = $this->Number->format($country->id) ?> | = h($country->name) ?> | = h($country->iso3) ?> | = h($country->numeric_code) ?> | = h($country->iso2) ?> | = h($country->phonecode) ?> | = h($country->capital) ?> | = h($country->currency) ?> | = h($country->currency_name) ?> | = h($country->currency_symbol) ?> | = h($country->tld) ?> | = h($country->native) ?> | = h($country->region) ?> | = $country->hasValue('region_entity') ? $this->Html->link($country->region_entity->name, ['controller' => 'Regions', 'action' => 'view', $country->region_entity->id]) : '' ?> | = h($country->subregion) ?> | = $country->hasValue('subregion_entity') ? $this->Html->link($country->subregion_entity->name, ['controller' => 'Subregions', 'action' => 'view', $country->subregion_entity->id]) : '' ?> | = h($country->nationality) ?> | = $country->latitude === null ? '' : $this->Number->format($country->latitude) ?> | = $country->longitude === null ? '' : $this->Number->format($country->longitude) ?> | = h($country->emoji) ?> | = h($country->emojiU) ?> | = h($country->created_at) ?> | = h($country->updated_at) ?> | = h($country->flag) ?> | = h($country->wikiDataId) ?> | = $this->Html->link(__('View'), ['action' => 'view', $country->id]) ?> = $this->Html->link(__('Edit'), ['action' => 'edit', $country->id]) ?> = $this->Form->postLink(__('Delete'), ['action' => 'delete', $country->id], ['confirm' => __('Are you sure you want to delete # {0}?', $country->id)]) ?> |
= $this->Paginator->counter(__('Page {{page}} of {{pages}}, showing {{current}} record(s) out of {{count}} total')) ?>