mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 18:54:58 +00:00 
			
		
		
		
	
		
			
	
	
		
			10 lines
		
	
	
		
			301 B
		
	
	
	
		
			Twig
		
	
	
	
	
	
		
		
			
		
	
	
			10 lines
		
	
	
		
			301 B
		
	
	
	
		
			Twig
		
	
	
	
	
	
|   | <div class="{{ classes }}">
 | ||
|  |     <label for="{{ options.id }}" class="col-sm-4 control-label">{{ label }}</label>
 | ||
|  |     <div class="col-sm-8">
 | ||
|  |         {{  Form.select(name, list, selected , options ) }}
 | ||
|  |         {% include 'form/help.twig' %}
 | ||
|  |         {% include 'form/feedback.twig' %}
 | ||
|  | 
 | ||
|  |     </div>
 | ||
|  | </div>
 |