12 lines
		
	
	
		
			324 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			324 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<div class="form-group">
 | 
						|
  {% if field.label %}
 | 
						|
    <label class="col-sm-2 control-label {% if style.hide_label %}sr-only{% endif %}">
 | 
						|
      {{ field.label }}
 | 
						|
    </label>
 | 
						|
  {% endif %}
 | 
						|
 | 
						|
  <div class="col-sm-10">
 | 
						|
    <p class="form-control-static">Dictionaries are not currently supported in HTML input.</p>
 | 
						|
  </div>
 | 
						|
</div>
 |