2013-01-11 11:57:11 -05:00
|
|
|
{{*
|
|
|
|
* AUTOMATICALLY GENERATED TEMPLATE
|
|
|
|
* DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
|
|
|
|
*
|
2013-01-11 12:00:10 -05:00
|
|
|
*}}
|
|
|
|
|
2012-12-22 14:57:29 -05:00
|
|
|
<div class='field checkbox'>
|
|
|
|
<label for='id_{{$field.0}}'>{{$field.1}}</label>
|
|
|
|
<input type="checkbox" name='{{$field.0}}' id='id_{{$field.0}}' value="{{$field.3}}" {{if $field.2}}checked="true"{{/if}}>
|
|
|
|
<span class='field_help'>{{$field.4}}</span>
|
|
|
|
</div>
|