Files
firefly-iii/resources/views/javascript/accounts.twig

5 lines
150 B
Twig
Raw Normal View History

2017-03-03 18:19:25 +01:00
var accountInfo = [];
{% for id, account in accounts %}
accountInfo[{{ id }}] = {preferredCurrency: {{ account.preferredCurrency}}};
{% endfor %}