[% IF patron %]
[% ELSE %]
[% END %]
[% MACRO jsinclude BLOCK %]
[% INCLUDE 'calendar.inc' %]
[% INCLUDE 'datatables.inc' %]
[% Asset.js("lib/jquery/plugins/jquery-ui-timepicker-addon.min.js") | $raw %]
[% INCLUDE 'str/members-menu.inc' %]
[% Asset.js("js/members-menu.js") | $raw %]
[% END %]
[% INCLUDE 'intranet-bottom.inc' %]
[% END %]
[% IF patron %]
[% INCLUDE 'members-toolbar.inc' %]
[% END %]
[% IF patron and not batch_allowed %]
[% IF patron %]
You are not allowed to use batch checkout for this patron
[% ELSIF patron and noissues and not checkout_infos %]
Cannot check out!
[% IF ( charges ) %]
[% INCLUDE 'blocked-fines.inc' fines = chargesamount %]
[% END %]
[% IF ( charges_guarantors_guarantees ) %]
Charges: Patron's guarantors and their other guarantees collectively owe [% charges_guarantors_guarantees | $Price %].
[% IF noissues %]
Checkouts are BLOCKED because fine balance is OVER THE LIMIT.
[% END %]
[% END %]
[% IF ( charges_guarantees ) %]
Charges: Patron's guarantees collectively owe [% chargesamount_guarantees | $Price %].
[% IF noissues %]
Checkouts are BLOCKED because fine balance is OVER THE LIMIT.
[% END %]
[% END %]
[% ELSIF patron and not checkout_infos %]
[% ELSIF patron %]
[% IF confirmation_needed && CAN_user_circulate_force_checkout %]