[% USE raw %] [% USE Asset %] [% USE Koha %] [% USE KohaDates %] [% USE AuthorisedValues %] [% USE Price %] [% SET ENABLE_OPAC_PAYMENTS = payment_methods %] [% USE AdditionalContents %] [% SET DISPLAY_PAYMENT_BLOCK = 0 %] [% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %] [% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %] [% INCLUDE 'doc-head-open.inc' %] Your charges › [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog [% INCLUDE 'doc-head-close.inc' %] [% BLOCK cssinclude %] [% Asset.css("css/datatables.css") | $raw %] [% END %] [% INCLUDE 'bodytag.inc' bodyid='opac-account' bodyclass='scrollto' %] [% INCLUDE 'masthead.inc' %]

Charges

[% IF message %]
[% IF message == 'valid_payment' %]

Your payment of $[% message_value | html %] has been processed successfully!

[% ELSIF message == 'duplicate_payment' %]

A payment with the transaction id '[% message_value | html %]' has already been posted to an account.

Please contact a librarian for details.

[% ELSIF message == 'invalid_payment' %]

The transaction id '[% message_value | html %]' for this payment is invalid.

Please contact a librarian for details.

[% END %]
[% END %] [% IF payment_error %]

Error: there was a problem processing your payment

[% ELSIF payment %]

Payment applied: your payment of [% payment | html %] has been applied to your account

[% END %] [% PROCESS 'account-table.inc' ACCOUNT_LINES = ACCOUNT_LINES, ENABLE_OPAC_PAYMENTS = ENABLE_OPAC_PAYMENTS, plugins = plugins %]
[% INCLUDE 'opac-bottom.inc' %] [% BLOCK jsinclude %] [% INCLUDE 'datatables.inc' %] [% END %]