[% USE HTML %]
[% title %]

The columns "Dunning Duedate", "Total Fees" and "Interest" show data for the previous dunning created for this invoice.

[% FOREACH row = DUNNINGS %] [% END %]
Current / Next Level Customername Invno. Invdate Inv. Duedate Amount Dunning Duedate Total Fees Interest
[% IF row.dunning_level %][% HTML.escape(row.dunning_level) %][% ELSE %] [% END %] [% HTML.escape(row.customername) %] [% HTML.escape(row.invnumber) %] [% HTML.escape(row.transdate) %] [% HTML.escape(row.duedate) %] [% HTML.escape(row.amount) %] [% HTML.escape(row.next_duedate) %] [% HTML.escape(row.fee) %] [% HTML.escape(row.interest) %]

[% PRINT_OPTIONS %]