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

5 lines
179 B
Twig
Raw Normal View History

2022-01-29 14:15:34 +01:00
var accountInfo = [];
{% for id, account in accounts %}
accountInfo[{{ id }}] = {preferredCurrency: {{ account.preferredCurrency }}, name: "{{ account.name }}"};
{% endfor %}