Version 1.0
Returns the value of the description field of the currency.
<p class="price" >{{currency.description|raw}}</p>
{{ response.currency.description }}
EURO
Version 1.0
Returns the value of the code field of the currency.
<p class="price" >{{currency.code|raw}}</p>
{{ response.currency.code }}
EUR
Version 1.0
Returns the value of the symbol field of the currency.
<p class="price" >{{currency.symbol|raw}}</p>
{{ response.currency.symbol }}
€
Version 1.0
Returns the value of the prefix field of the currency.
<p class="price" >{{currency.prefix|raw}}</p>
{{ response.currency.prefix }}
Version 1.0
Returns the value of the sufix field of the currency.
<p class="price" >{{currency.sufix|raw}}</p>
{{ response.currency.sufix }}
€
Version
Returns the value of the number_dec field of the currency.
Version
Returns the value of the separator_dec field of the currency.
Version
Returns the value of the separator_mil field of the currency.