2016-04-25 19:01:10 -04:00
|
|
|
|
2016-06-12 14:09:02 -04:00
|
|
|
<div id="id_{{$field.0}}_wrapper" class="form-group field input password">
|
2020-12-19 22:41:42 -05:00
|
|
|
<label for="id_{{$field.0}}" id="label_{{$field.0}}">{{$field.1}}{{if $field.4}} <span class="required" title="{{$field.4}}">*</span>{{/if}}</label>
|
2022-08-01 11:42:10 -04:00
|
|
|
<input class="form-control" name="{{$field.0}}" id="id_{{$field.0}}" type="password" value="{{$field.2 nofilter}}" {{if $field.4}} required{{/if}}{{if $field.5 eq "autofocus"}} autofocus{{elseif $field.5}} {{$field.5}}{{/if}}{{if $field.6}} pattern="{{$field.6}}"{{/if}} aria-describedby="{{$field.0}}_tip">
|
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-06-12 14:09:02 -04:00
|
|
|
<div class="clear"></div>
|
2016-04-25 19:01:10 -04:00
|
|
|
</div>
|