[%- USE HTML %][%- USE L %][%- USE LxERP %][%- USE P -%] Transaction
[%- LxERP.t8("ID") %]: [%- LxERP.t8("Amount") %]: [%- LxERP.t8("Date") %]: [%- LxERP.t8("Remote name") %]: [%- LxERP.t8("Purpose") %]: [%- LxERP.t8("Remote bank code") %]: [%- LxERP.t8("Remote account number") %]:
[% SELF.transaction.id %] [% LxERP.format_amount(SELF.transaction.amount, 2) %] [% SELF.transaction.valutadate_as_date %] [% SELF.transaction.remote_name %] [% SELF.transaction.purpose %] [% SELF.transaction.remote_bank_code %] [% SELF.transaction.remote_account_number %]

[% L.hidden_tag("bt_id", SELF.transaction.id) %] [% L.hidden_tag("filter.bank_account", FORM.filter.bank_account) %] [% L.hidden_tag("filter.fromdate", FORM.filter.fromdate) %] [% L.hidden_tag("filter.todate", FORM.filter.todate) %]
[%- LxERP.t8("Template Description") %] [% P.input_tag("template", template_name, style="width: 250px") %]
[%- LxERP.t8("Vendor") %] [% P.input_tag("vendor", vendor_name, style="width: 250px") %]
[%- LxERP.t8("Reference") %] [% P.input_tag("reference", reference_name, style="width: 250px") %]

[% P.submit_tag('', LxERP.t8("Filter")) %] [% P.button_tag('$("#create_invoice_window_form").resetForm()', LxERP.t8('Reset')) %] [% LxERP.t8("Cancel") %]


[% PROCESS "bank_transactions/_template_list.html" %]