{% extends './v1/layout/default' %} {% block breadcrumbs %} {{ Breadcrumbs.render(Route.getCurrentRoute.getName) }} {% endblock %} {% block content %}
{{ 'currencies_intro'|_ }}
{{ 'currencies_default_disabled'|_ }}
{% if currencies|length > 0 %}| {% endif %} | {{ 'currency'|_ }} | {{ 'number_of_decimals'|_ }} | |
|---|---|---|---|
| {% endif %} |
{% if currency.enabled == false %}
{% endif %}
{{ currency.name }} ({{ currency.code }}) ({{ currency.symbol|raw }})
{% if currency.id == defaultCurrency.id %}
{{ 'default_currency'|_ }}
{% endif %}
{% if currency.enabled == false %}
{{ 'currency_is_disabled'|_ }} {% endif %} |
{{ currency.decimal_places }} |
{% if currency.id != defaultCurrency.id %}
{% endif %}
{% if currency.enabled %}
{{ 'disable_currency'|_ }}
{% endif %}
{% if not currency.enabled %}
{{ 'enable_currency'|_ }}
{% endif %}
|