display_copies => scalar @{ $form->{printers} || [] } && $::lx_office_conf{print_templates}->{latex} && $form->{media} ne 'email',
display_remove_draft => (!$form->{id} && $form->{draft_id}),
display_groupitems => !$dont_display_groupitems{$form->{type}},
+ display_bothsided => $options->{show_bothsided},
groupitems_checked => $form->{groupitems} ? "checked" : '',
+ bothsided_checked => $form->{bothsided} ? "checked" : '',
remove_draft_checked => $form->{remove_draft} ? "checked" : ''
);
'Books closed up to' => 'Bücher abgeschlossen bis zum',
'Boolean variables: If the default value is non-empty then the checkbox will be checked by default and unchecked otherwise.' => 'Ja/Nein-Variablen: Wenn der Standardwert nicht leer ist, so wird die Checkbox standardmäßig angehakt.',
'Both' => 'Beide',
+ 'Both-sided' => 'Beidseitig',
'Bottom' => 'Unten',
'Bought' => 'Gekauft',
'Break down by' => 'Aufschlüsseln nach',
[%- IF display_groupitems %]
<th align="left" id="print_options_header_groupitems">[% 'Group Items' | $T8 %]</th>
[%- END %]
+ [%- IF display_bothsided %]
+ <th align="left" id="print_options_header_bothsided">[% 'Both-sided' | $T8 %]</th>
+ [%- END %]
[%- IF display_remove_draft %]
<th align="left" id="print_options_header_remove_draft">[% 'Remove Draft' | $T8 %]</th>
[%- END %]