Files
firefly-iii/resources/views/v1/javascript/accounts.twig
2018-11-02 19:59:29 +01:00

5 lines
179 B
Twig

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