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