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

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 %}
{% endblock %}