2016-04-25 18:36:40 -04:00
|
|
|
|
|
|
|
<div class="form-group field custom">
|
|
|
|
<label for="{{$field.0}}">{{$field.1}}</label>
|
2018-12-13 22:35:51 -05:00
|
|
|
{{$field.2 nofilter}}
|
2018-04-23 15:15:54 -04:00
|
|
|
{{if $field.3}}
|
2018-12-13 22:35:51 -05:00
|
|
|
<span class="help-block" id="{{$field.0}}_tip" role="tooltip">{{$field.3 nofilter}}</span>
|
2018-04-23 15:15:54 -04:00
|
|
|
{{/if}}
|
2016-04-25 18:36:40 -04:00
|
|
|
</div>
|