[%- USE HTML %] [%- USE L %] [%- USE LxERP %] [%- USE T8 %]

[% title | html %]

[%- FOREACH row IN ALL %] [%- END %]
[% 'up' | $T8 %] [% 'down' | $T8 %] [% 'Description' | $T8 %] [% 'Bestandskonto' | $T8 %] [% 'National Revenues' | $T8 %] [% 'National Expenses' | $T8 %] [% 'Revenues EU with UStId' | $T8 %] [% 'Expenses EU with UStId' | $T8 %] [% 'Revenues EU without UStId' | $T8 %] [% 'Expenses EU without UStId' | $T8 %] [% 'Foreign Revenues' | $T8 %] [% 'Foreign Expenses' | $T8 %]
[% IF !loop.first %][% 'up' | $T8 %][% ELSE %] [% END %] [% IF !loop.last %][% 'down' | $T8 %][% ELSE %] [% END %] [% row.description | html %] [% row.inventory_accno | html %] [% row.income_accno_0 | html %] [% row.expense_accno_0 | html %] [% row.income_accno_1 | html %] [% row.expense_accno_1 | html %] [% row.income_accno_2 | html %] [% row.expense_accno_2 | html %] [% row.income_accno_3 | html %] [% row.expense_accno_3 | html %]


[%- LxERP.t8('Add') %]