mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-11-03 20:55:05 +00:00 
			
		
		
		
	
		
			
	
	
		
			10 lines
		
	
	
		
			316 B
		
	
	
	
		
			Twig
		
	
	
	
	
	
		
		
			
		
	
	
			10 lines
		
	
	
		
			316 B
		
	
	
	
		
			Twig
		
	
	
	
	
	
| 
								 | 
							
								<div class="{{ classes }}">
							 | 
						||
| 
								 | 
							
								    <label for="{{ options.id }}" class="col-sm-4 control-label">{{ label }}</label>
							 | 
						||
| 
								 | 
							
								    <div class="col-sm-8">
							 | 
						||
| 
								 | 
							
								        <div class="input-group">
							 | 
						||
| 
								 | 
							
								            {{ Form.input('number', name, value, options) }}
							 | 
						||
| 
								 | 
							
								            {% include 'form/feedback.twig'  %}
							 | 
						||
| 
								 | 
							
								        </div>
							 | 
						||
| 
								 | 
							
								    </div>
							 | 
						||
| 
								 | 
							
								</div>
							 |