6 <th colspan="3" align=right class=listtotal> [% LxERP.format_amount(totaldebit, 2) | html %]</th>
7 <th align=right class=listtotal> [% LxERP.format_amount(totalcredit, 2) | html %]</th>
15 <input name=callback type=hidden value="[% callback %]">
17 [%- IF id && follow_ups.size %]
18 <p>[% LxERP.t8('There are #1 unfinished follow-ups of which #2 are due.', follow_ups.size , follow_ups_due) %]</p>
24 [% L.submit_tag('action', LxERP.t8('Update'), id='update_button') %]
26 [% IF !locked && radieren %]
27 [% L.submit_tag('action', LxERP.t8('Post'), accesskey='b') %]
28 [% L.submit_tag('action', LxERP.t8('Delete')) %]
32 [% L.submit_tag('action', LxERP.t8('Storno')) %]
35 [% L.submit_tag('action', LxERP.t8('Follow-Up'), onclick='follow_up_window()') %]
39 <p>[% L.checkbox_tag('remove_draft', checked=remove_draft, label=LxERP.t8('Remove Draft')) %]</p>
42 [% L.submit_tag('action', LxERP.t8('Update'), id='update_button') %]
43 [% L.submit_tag('action', LxERP.t8('Post')) %]
44 [% L.submit_tag('action', LxERP.t8('Save Draft')) %]
45 [% L.hidden_tag('draft_id', draft_id) %]
46 [% L.hidden_tag('draft_description', draft_description) %]