.field(class='type-' + field.type)
	label.field-label= field.label
	.field-ui
		if field.noedit
			.field-value= value
		else
			.input-group.field-type-color
				input(type='text', name=field.path, value=value, autocomplete='off').form-control
				span.input-group-addon: i
		if field.note
			.field-note!= field.note

