{% extends './layout/default' %} {% block breadcrumbs %} {{ Breadcrumbs.render(Route.getCurrentRoute.getName) }} {% endblock %} {% block content %}

{{ 'currencies'|_ }}

{{ 'create_currency'|_ }}

{{ 'currencies_intro'|_ }} {{ 'currencies_default_disabled'|_ }} {{ 'currencies_switch_default'|_ }}

{% if currencies|length > 0 %}
{{ currencies.links('pagination.bootstrap-4')|raw }}
{% for currency in currencies %} {% endfor %}
  {{ '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 }}
{{ currencies.links('pagination.bootstrap-4')|raw }}
{% endif %}
{% endblock %} {% block scripts %} {% endblock %}