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

5 lines
151 B
Twig
Raw Normal View History

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