mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			273 B
		
	
	
	
		
			Twig
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			273 B
		
	
	
	
		
			Twig
		
	
	
	
	
	
| <p>
 | |
|     {{ 'select_budget'|_ }}
 | |
| </p>
 | |
| <select id="inputBudgets" name="budget[]" multiple="multiple" class="form-control">
 | |
|     {% for budget in budgets %}
 | |
|         <option value="{{ budget.id }}" label="{{ budget.name }}">{{ budget.name }}</option>
 | |
|     {% endfor %}
 | |
| </select>
 |