Country
The country object describes a country, including its name, ISO code, and currency.
{%- comment -%} Display country information {%- endcomment -%}
<p>{{ country.name }} ({{ country.iso_code }})</p>id
Unique id for this country.
name
Country name
endonym_name
Country endonym name if such is available.
iso_code
Returns country ISO code.
currency
Returns country currency object.