{% extends './layout/default' %} {% block breadcrumbs %} {{ Breadcrumbs.render(Route.getCurrentRoute.getName) }} {% endblock %} {% block content %}
{{ 'currencies_intro'|_ }} {{ 'currencies_default_disabled'|_ }} {{ 'currencies_switch_default'|_ }}
{% if currencies|length > 0 %}| {{ 'currency'|_ }} | {{ 'number_of_decimals'|_ }} | |
|---|---|---|
|
{% if isOwner %}
{% endif %}
{# Disable the currency. #}
{% if currency.userGroupEnabled %}
{{ 'disable_currency'|_ }}
{% endif %}
{# Enable the currency. #}
{% if not currency.userGroupEnabled %}
{{ 'enable_currency'|_ }}
{% endif %}
|
{% if currency.userGroupEnabled == false %} {% endif %} {{ currency.name }} ({{ currency.code }}) ({{ currency.symbol|raw }}) {% if currency.id == primaryCurrency.id %} {{ 'primary_currency_button'|_ }} {% endif %} {% if currency.userGroupEnabled == false %} {{ 'currency_is_disabled'|_ }} {% endif %} {% if currency.userGroupEnabled == false %} {% endif %} | {{ currency.decimal_places }} |