9 <select name="type" id="type">
10 <option value="statement" [% pd.statement %]>[% 'Statement' | $T8 %]</option>
14 <select name="format" id="format">
15 <option value="html" [% df.html %]>[% 'HTML' | $T8 %]</option>
16 <option value="pdf" [% df.pdf %]>[% 'PDF' | $T8 %]</option>
17 <option value="postscript" [% df.postscript %]>[% 'Postscript' | $T8 %]</option>
23 <option value="attachment" [% sm.attachment %]>[% 'Attachment' | $T8 %]</option>
24 <option value="inline" [% sm.inline %]>[% 'In-line' | $T8 %]</option>
26 <option value="screen" [% op.screen %]>[% 'Screen' | $T8 %]</option>
27 [% IF MYCONFIG.printer && LXCONFIG.print_templates.latex %]
28 <option value="printer" [% op.printer %]>[% 'Printer' | $T8 %]</option>
32 [% IF MYCONFIG.printer && LXCONFIG.print_templates.latex && !is_email %]
33 <td>[% 'Copies' | $T8 %]<input type="text" name="copies" size="2" value="[% copies %]"></td>