[% USE T8 %] [% USE HTML %] [% USE LxERP %] [% USE L %] [% USE P %]
[% UNLESS taxincluded %] [% END %][% # tax %] [% FOREACH item = taxaccounts_array %] [% SET description_ref = item _ '_description' %] [% SET rate_ref = item _ '_rate' %] [% SET total_ref = item _ '_total' %] [% SET netto_ref = item _ '_netto' %] [% IF taxincluded %] [% END %] [% END %] [% IF show_weight %] [% ELSE %] [% END %] [% IF taxaccounts %]
[% 'Tax Included' | $T8 %]
[% END %]
[% PROCESS 'ir/_payments.html' %] [% PROCESS 'webdav/_list.html' %]
[% LxERP.t8("Loading...") %]

[% print_options %]

[% P.hidden_tag('draft_id', draft_id) %] [% P.hidden_tag('draft_description', draft_description) %]