am/list_buchungsgruppe nach template ausgelagert
[kivitendo-erp.git] / templates / webpages / ir / form_footer.html
index 9e75178..c82f1ab 100644 (file)
 [% SET total_ref       = item _ '_total' %]
 [% SET netto_ref       = item _ '_netto' %]
        <tr>
-        <th align="right">Enthaltene [% $description_ref | html %]&nbsp;[% $rate_ref * 100 %]%</th>
+        <th align="right">[% 'Including' | $T8 %] [% $description_ref | html %]&nbsp;[% $rate_ref * 100 %]%</th>
         <td align="right">[% LxERP.format_amount($total_ref, 2) %]</td>
        </tr>
   [%- IF taxincluded %]
        <tr>
-        <th align="right">Nettobetrag</th>
+        <th align="right">[% 'Net amount' | $T8 %]</th>
         <td align="right">[% LxERP.format_amount($netto_ref, 2) %]</td>
        </tr>
   [%- END %]
@@ -73,7 +73,7 @@
    </td>
   </tr>
 
-[% PROCESS 'webdav/_list.thml' %]
+[% PROCESS 'webdav/_list.html' %]
 
 [% PROCESS 'ir/_payments.html' %]