2 * AUTOMATICALLY GENERATED TEMPLATE
3 * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
6 <input type='hidden' name='form_security_token' value='{{$form_security_token}}'>
7 {{foreach $features as $f}}
8 <h3 class="settings-heading">{{$f.0}}</h3>
10 {{foreach $f.1 as $fcat}}
11 {{include file="field_yesno.tpl" field=$fcat}}
14 <div class="submit"><input type="submit" name="defaultfeatures-submit" value="{{$submit}}" /></div>