mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			296 B
		
	
	
	
		
			Twig
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			296 B
		
	
	
	
		
			Twig
		
	
	
	
	
	
| <div class="{{ classes }}">
 | |
|     <label for="{{ options.id }}" class="col-sm-4 control-label">{{ label }}</label>
 | |
|     <div class="col-sm-8">
 | |
|         {{ Form.input('date', name, value, options)  }}
 | |
|         {% include 'form/help.twig' %}
 | |
|         {% include 'form/feedback.twig' %}
 | |
|     </div>
 | |
| </div>
 |