{% extends "./layout/default.twig" %} {% block content %} {{ Breadcrumbs.renderIfExists(Route.getCurrentRoute.getName) }}
Currencies

Firefly III supports various currencies which you can set and enable here.

    {% if currencies|length > 0 %} {% for currency in currencies %} {% endfor %}
      Currency
    {{ currency.name }} ({{ currency.code }}) ({{ currency.symbol|raw }}) {% if currency.id == defaultCurrency.id %} default {% else %} make default {% endif %}
    {% endif %}

    Add another currency

{% endblock %}