X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fbank_transactions%2F_template_list.html;h=4e354515fed826157ab8d0d930ff1d5dc8372c0f;hb=9a34a2d20cd2783183580e95a6dc0402b5d84f36;hp=9bd54e333f8bf4191bdc8a2073934d59daee99e0;hpb=32dc7476d46dc7b6991e8d0c203deaea727c7413;p=kivitendo-erp.git diff --git a/templates/webpages/bank_transactions/_template_list.html b/templates/webpages/bank_transactions/_template_list.html index 9bd54e333..4e354515f 100644 --- a/templates/webpages/bank_transactions/_template_list.html +++ b/templates/webpages/bank_transactions/_template_list.html @@ -1,5 +1,7 @@ -[%- USE HTML -%][%- USE LxERP -%][%- USE P -%][% IF TEMPLATES.size %] - [% LxERP.t8('Template suggestions') %]: +[%- USE HTML -%][%- USE LxERP -%][%- USE P -%] + +[% IF TEMPLATES_AP.size %] + [% LxERP.t8('AP template suggestions') %]: @@ -11,7 +13,7 @@ - [% FOREACH template = TEMPLATES %] + [% FOREACH template = TEMPLATES_AP %] @@ -22,5 +24,32 @@
[% P.link(SELF.load_ap_record_template_url(template), template.template_name) %] [% HTML.escape(template.vendor.name) %]
[% ELSE %] -

[% LxERP.t8('No template was found.') %]

+

[% LxERP.t8('No AP template was found.') %]

+[% END %] + +[% IF TEMPLATES_GL.size %] + [% LxERP.t8('GL template suggestions') %]: + + + + + + + + + + + + [% FOREACH template = TEMPLATES_GL %] + + + + + + + [% END %] + +
[% LxERP.t8('Description') %][% LxERP.t8('Reference') %][% LxERP.t8('Employee') %][% LxERP.t8('Template date') %]
[% P.link(SELF.load_gl_record_template_url(template), template.template_name) %][% HTML.escape(template.reference) %][% HTML.escape(template.employee.name || template.employee.login) %][% HTML.escape(template.itime_as_date) %]
+[% ELSE %] +

[% LxERP.t8('No GL template was found.') %]

[% END %]