4 <table width="100%" cellspacing="0" cellpadding="0">
 
  10      [%- FOREACH row = SELECTS %]
 
  12      <th align="left">[%- row.hname %]</th>
 
  15      [%- IF display_copies %]
 
  16      <th align="left">[% 'Copies' | $T8 %]</th>
 
  18      [%- IF display_groupitems %]
 
  19      <th align="left">[% 'Group Items' | $T8 %]</th>
 
  21      [%- IF display_remove_draft %]
 
  22      <th align="left">[% 'Remove Draft' | $T8 %]</th>
 
  27      [%- FOREACH row = SELECTS %]
 
  30       <select name="[%- name_prefix %][%- row.sname %]">
 
  31        [%- FOREACH data = row.DATA %]
 
  32         <option value="[% data.value %]" [% data.selected %]>[% data.oname %]</option>
 
  38      [%- IF display_copies %]
 
  39      <td>[%- IF !show_headers %][%- 'Copies' | $T8 %][%- END %]<input name="[%- name_prefix %]copies" size="2" value="[% HTML.escape(copies) %]"></td>
 
  41      [%- IF display_groupitems %]
 
  42      <td>[%- IF !show_headers %][% 'Group Items' | $T8 %][%- END %]
 
  43       <input name="[%- name_prefix %]groupitems" type="checkbox" class="checkbox" [% groupitems_checked %]>
 
  46      [%- IF display_remove_draft %]
 
  47      <td>[%- IF !show_headers %][% 'Remove Draft' | $T8 %][%- END %]
 
  48       <input name="[%- name_prefix %]remove_draft" type="checkbox" class="checkbox" [% remove_draft_checked %]>
 
  55    <table><tr><th>[% status_msg %]</th></tr></table>