= $this->Text->autoParagraph(h($country->timezones)); ?>
| = __('Name') ?> | = h($country->name) ?> |
|---|---|
| = __('Iso3') ?> | = h($country->iso3) ?> |
| = __('Numeric Code') ?> | = h($country->numeric_code) ?> |
| = __('Iso2') ?> | = h($country->iso2) ?> |
| = __('Phonecode') ?> | = h($country->phonecode) ?> |
| = __('Capital') ?> | = h($country->capital) ?> |
| = __('Currency') ?> | = h($country->currency) ?> |
| = __('Currency Name') ?> | = h($country->currency_name) ?> |
| = __('Currency Symbol') ?> | = h($country->currency_symbol) ?> |
| = __('Tld') ?> | = h($country->tld) ?> |
| = __('Native') ?> | = h($country->native) ?> |
| = __('Region') ?> | = h($country->region) ?> |
| = __('Region') ?> | = $country->hasValue('region_entity') ? $this->Html->link($country->region_entity->name, ['controller' => 'Regions', 'action' => 'view', $country->region_entity->id]) : '' ?> |
| = __('Subregion') ?> | = h($country->subregion) ?> |
| = __('Subregion') ?> | = $country->hasValue('subregion_entity') ? $this->Html->link($country->subregion_entity->name, ['controller' => 'Subregions', 'action' => 'view', $country->subregion_entity->id]) : '' ?> |
| = __('Nationality') ?> | = h($country->nationality) ?> |
| = __('Emoji') ?> | = h($country->emoji) ?> |
| = __('EmojiU') ?> | = h($country->emojiU) ?> |
| = __('WikiDataId') ?> | = h($country->wikiDataId) ?> |
| = __('Id') ?> | = $this->Number->format($country->id) ?> |
| = __('Latitude') ?> | = $country->latitude === null ? '' : $this->Number->format($country->latitude) ?> |
| = __('Longitude') ?> | = $country->longitude === null ? '' : $this->Number->format($country->longitude) ?> |
| = __('Created At') ?> | = h($country->created_at) ?> |
| = __('Updated At') ?> | = h($country->updated_at) ?> |
| = __('Flag') ?> | = $country->flag ? __('Yes') : __('No'); ?> |
= $this->Text->autoParagraph(h($country->timezones)); ?>
= $this->Text->autoParagraph(h($country->translations)); ?>