name) ?>

name) ?>
iso3) ?>
numeric_code) ?>
iso2) ?>
phonecode) ?>
capital) ?>
currency) ?>
currency_name) ?>
currency_symbol) ?>
tld) ?>
native) ?>
region) ?>
hasValue('region_entity') ? $this->Html->link($country->region_entity->name, ['controller' => 'Regions', 'action' => 'view', $country->region_entity->id]) : '' ?>
subregion) ?>
hasValue('subregion_entity') ? $this->Html->link($country->subregion_entity->name, ['controller' => 'Subregions', 'action' => 'view', $country->subregion_entity->id]) : '' ?>
nationality) ?>
emoji) ?>
emojiU) ?>
wikiDataId) ?>
Number->format($country->id) ?>
latitude === null ? '' : $this->Number->format($country->latitude) ?>
longitude === null ? '' : $this->Number->format($country->longitude) ?>
created_at) ?>
updated_at) ?>
flag ? __('Yes') : __('No'); ?>
Text->autoParagraph(h($country->timezones)); ?>
Text->autoParagraph(h($country->translations)); ?>