mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-10 11:48:10 +00:00
5 lines
150 B
Twig
5 lines
150 B
Twig
|
|
var accountInfo = [];
|
||
|
|
{% for id, account in accounts %}
|
||
|
|
accountInfo[{{ id }}] = {preferredCurrency: {{ account.preferredCurrency}}};
|
||
|
|
{% endfor %}
|