2013-04-23 07:47:57 -04:00
|
|
|
|
2013-06-01 12:42:51 -04:00
|
|
|
<div class='field password' id='wrapper_{{$field.0}}'>
|
2013-04-23 07:47:57 -04:00
|
|
|
<label for='id_{{$field.0}}'>{{$field.1}}</label>
|
2018-12-14 20:42:24 -05:00
|
|
|
<input type='password' name='{{$field.0}}' id='id_{{$field.0}}' value="{{$field.2 nofilter}}"{{if $field.4 eq 'required'}} required{{/if}}{{if $field.5 eq 'autofocus'}} autofocus{{/if}} aria-describedby='{{$field.0}}_tip'>
|
2018-04-23 14:59:08 -04:00
|
|
|
{{if $field.3}}
|
2018-12-13 22:35:51 -05:00
|
|
|
<span class='field_help' role='tooltip' id='{{$field.0}}_tip'>{{$field.3 nofilter}}</span>
|
2018-04-23 14:59:08 -04:00
|
|
|
{{/if}}
|
2013-04-23 07:47:57 -04:00
|
|
|
</div>
|