2 * AUTOMATICALLY GENERATED TEMPLATE
3 * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
6 <div class="field custom">
7 <label for="group-selection" id="group-selection-lbl">{{$label}}</label>
8 <select name="group-selection" id="group-selection" >
9 {{foreach $groups as $group}}
10 <option value="{{$group.id}}" {{if $group.selected}}selected="selected"{{/if}} >{{$group.name}}</option>