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

[% 'Scan swiss QR bill' | $T8 %]

[% IF developer %]

[% P.M.button_tag("kivi.ScanQRBill.sendTestCode(0);", "sendTestCode 0" ) %]

[% P.M.button_tag("kivi.ScanQRBill.sendTestCode(1);", "sendTestCode 1" ) %]

[% P.M.button_tag("kivi.ScanQRBill.sendTestCode(2);", "sendTestCode 2" ) %]

[% P.M.button_tag("kivi.ScanQRBill.sendTestCode(3);", "sendTestCode 3 XSS" ) %]

[% P.M.button_tag("kivi.ScanQRBill.sendTestCode(4);", "sendTestCode 4 XSS (invalid)" ) %]

[% END %]

[% L.hidden_tag("transaction_success", transaction_success) %]