Files
firefly-iii/resources/views/javascript/accounts.twig
2017-04-14 10:16:52 +02:00

5 lines
179 B
Twig

var accountInfo = [];
{% for id, account in accounts %}
accountInfo[{{ id }}] = {preferredCurrency: {{ account.preferredCurrency }}, name: "{{ account.name }}"};
{% endfor %}