mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 18:54:58 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			179 B
		
	
	
	
		
			Twig
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			179 B
		
	
	
	
		
			Twig
		
	
	
	
	
	
| var accountInfo = [];
 | |
| {% for id, account in accounts %}
 | |
|     accountInfo[{{ id }}] = {preferredCurrency: {{ account.preferredCurrency }}, name: "{{ account.name }}"};
 | |
| {% endfor %}
 |