Currency
The currency object describes a currency, including its name, symbol, and ISO code.
{%- comment -%} Show currency information {%- endcomment -%}
<p>{{ currency.name }} ({{ currency.symbol }} / {{ currency.iso_code }})</p>id
Unique id for this currency.
name
Currency name
symbol
Currency symbol, like € or $
iso_code
Returns currency ISO code.