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

{{ 'currencies'|_ }}

{{ 'create_currency'|_ }}

{{ 'currencies_intro'|_ }}

{{ 'currencies_default_disabled'|_ }}

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