+[%- USE T8 %]
[% USE HTML %]
<table width="100%" cellspacing="0" cellpadding="0">
[%- END %]
</td>
[%- IF display_copies %]
- <td>Kopien <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>Waren gruppieren</td>
+ <td>[% 'Group Items' | $T8 %]</td>
<td><input name="groupitems" type="checkbox" class="checkbox" [% groupitems_checked %]></td>
[%- END %]
[%- IF display_remove_draft %]
- <td>Entwurf löschen</td>
+ <td>[% 'Remove Draft' | $T8 %]</td>
<td><input name="remove_draft" type="checkbox" class="checkbox" [% remove_draft_checked %]></td>
[%- END %]
</tr>