X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/94b71f17c4183ca5602a0ba3a798b36bf30750b1..dfee919915587ccb7fe967eee482b7cdc105e57f:/templates/webpages/is/form_footer_master.html
diff --git a/templates/webpages/is/form_footer_master.html b/templates/webpages/is/form_footer_master.html
index f78036725..36133a297 100644
--- a/templates/webpages/is/form_footer_master.html
+++ b/templates/webpages/is/form_footer_master.html
@@ -1,3 +1,4 @@
+[%- USE T8 %]
[%- USE HTML %]
[%- USE LxERP %]
@@ -7,9 +8,9 @@
-
Notes
-
Internal Notes
-
Payment Terms
+
[% 'Notes' | $T8 %]
+
[% 'Internal Notes' | $T8 %]
+
[% 'Payment Terms' | $T8 %]
@@ -35,9 +36,7 @@
[%- IF id && follow_ups.size %]
- [%- LxERP.format_string('There are #1 unfinished follow-ups of which #2 are due.',
- follow_ups.size, follow_ups_unfinished) | html
- %]
+ [%- LxERP.t8('There are #1 unfinished follow-ups of which #2 are due.', follow_ups.size, follow_ups_unfinished) | html %]
[%- END %]
@@ -46,11 +45,11 @@
-
Ertrag
+
[% 'Ertrag' | $T8 %]
[% LxERP.format_amount(marge_total, 2, 0) %]
-
Ertrag prozentual
+
[% 'Ertrag prozentual' | $T8 %]
[% LxERP.format_amount(marge_percent, 2, 0) %] %
@@ -60,7 +59,7 @@
[%- IF taxaccounts %]
- Tax Included
+ [% 'Tax Included' | $T8 %]