Files
firefly-iii/resources/views/javascript/accounts.twig
2022-01-29 14:15:34 +01:00

5 lines
179 B
Twig

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