[% USE HTML %]
[% USE LxERP %]
[% USE T8 %]
[% USE L %]
|
|
[% LxERP.format_amount(totaldebit, 2) | html %] |
[% LxERP.format_amount(totalcredit, 2) | html %] |
|
[% IF show_details %] | [% END %]
[% PROCESS 'webdav/_list.html' %]
[% IF id && follow_ups.size %]
[% LxERP.t8('There are #1 unfinished follow-ups of which #2 are due.', follow_ups.size , follow_ups_due) %]
[% END %]