+[%- USE T8 %]
[% USE HTML %]
<table width="100%" cellspacing="0" cellpadding="0">
[%- END %]
</td>
[%- IF display_copies %]
- <td><translate>Copies</translate> <input name="copies" size="2" value="[% HTML.escape(copies) %]"></td>
+ <td>[% 'Copies' | $T8 %] <input name="copies" size="2" value="[% HTML.escape(copies) %]"></td>
[%- END %]
[%- IF display_groupitems %]
- <td><translate>Group Items</translate></td>
+ <td>[% 'Group Items' | $T8 %]</td>
<td><input name="groupitems" type="checkbox" class="checkbox" [% groupitems_checked %]></td>
[%- END %]
[%- IF display_remove_draft %]
- <td><translate>Remove Draft</translate></td>
+ <td>[% 'Remove Draft' | $T8 %]</td>
<td><input name="remove_draft" type="checkbox" class="checkbox" [% remove_draft_checked %]></td>
[%- END %]
</tr>