Currency
Currencies are enabled with the currency APP.
The currency object has the following attributes:
currency.id
Returns the id of the currency.
Use the currency_url function to return a URL which allows the user to change the currency, e.g.
{{ currency_url(currency.id) }}
currency.name
Returns the name of the currency (a 3 letter currency code, e.g. USD or GBP).
currency.symbol
Returns the HTML code for the currency symbol. Use the raw filter to escape the output.