From 0f8a3aef6c7ea624bc25c1ebcf4f3ef9bdb29ad1 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 2 Jul 2019 12:29:08 +0000 Subject: [PATCH] Bug 22999: (follow-up) Indentation updates The markup changes require indentation updates. This patch contains indentation changes only. Signed-off-by: David Nind Signed-off-by: Josef Moravec --- .../prog/en/modules/circ/circulation.tt | 968 ++++++++++----------- 1 file changed, 484 insertions(+), 484 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt index 4244d7010a..84c3833d71 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt @@ -36,9 +36,9 @@
-
-
-
+
+
+
[% IF patron %] [% INCLUDE 'members-toolbar.inc' %] @@ -80,183 +80,183 @@ [% END %] [% IF ( NEEDSCONFIRMATION ) %] -
- [% IF CAN_user_circulate_force_checkout %] -

Please confirm checkout

- [% ELSE %] -

Cannot check out

+
+ [% IF CAN_user_circulate_force_checkout %] +

Please confirm checkout

+ [% ELSE %] +

Cannot check out

+ [% END %] + +
    + [%IF ( AGE_RESTRICTION ) %] +
  • + Age restriction [% AGE_RESTRICTION | html %]. + [% IF CAN_user_circulate_force_checkout %] + Check out anyway? + [% END %] +
  • [% END %] -
      - [%IF ( AGE_RESTRICTION ) %] -
    • - Age restriction [% AGE_RESTRICTION | html %]. - [% IF CAN_user_circulate_force_checkout %] - Check out anyway? - [% END %] -
    • - [% END %] + [% IF ( DEBT ) %] +
    • The patron has a debt of [% DEBT | $Price %].
    • + [% END %] - [% IF ( DEBT ) %] -
    • The patron has a debt of [% DEBT | $Price %].
    • - [% END %] + [% IF ( DEBT_GUARANTEES ) %] +
    • The patron's guarantees collectively have a debt of [% DEBT_GUARANTEES | $Price %].
    • + [% END %] - [% IF ( DEBT_GUARANTEES ) %] -
    • The patron's guarantees collectively have a debt of [% DEBT_GUARANTEES | $Price %].
    • - [% END %] + [% IF ( RENTALCHARGE && RENTALCHARGE > 0 ) %] +
    • Rental charge for this item: [% RENTALCHARGE | $Price %]
    • + [% END %] - [% IF ( RENTALCHARGE && RENTALCHARGE > 0 ) %] -
    • Rental charge for this item: [% RENTALCHARGE | $Price %]
    • - [% END %] + [% IF ( RENEW_ISSUE ) %] +
    • Item [% getTitleMessageIteminfo | html %] ([% getBarcodeMessageIteminfo | html %]) is currently checked out to this patron. Renew?
    • + [% END %] - [% IF ( RENEW_ISSUE ) %] -
    • Item [% getTitleMessageIteminfo | html %] ([% getBarcodeMessageIteminfo | html %]) is currently checked out to this patron. Renew?
    • - [% END %] + [% IF ( RESERVE_WAITING ) %] +
    • Item [% getTitleMessageIteminfo | html %] ([% getBarcodeMessageIteminfo | html %]) has been waiting for [% resfirstname | html %] [% ressurname | html %] ([% rescardnumber | html %]) at [% Branches.GetName( resbranchcode ) | html %] since [% reswaitingdate | $KohaDates %]
    • + [% END %] - [% IF ( RESERVE_WAITING ) %] -
    • Item [% getTitleMessageIteminfo | html %] ([% getBarcodeMessageIteminfo | html %]) has been waiting for [% resfirstname | html %] [% ressurname | html %] ([% rescardnumber | html %]) at [% Branches.GetName( resbranchcode ) | html %] since [% reswaitingdate | $KohaDates %]
    • - [% END %] + [% IF ( RESERVED ) %] +
    • Item [% getTitleMessageIteminfo | html %] ([% getBarcodeMessageIteminfo | html %]) has been on hold for [% resfirstname | html %] [% ressurname | html %] ([% rescardnumber | html %]) at [% Branches.GetName( resbranchcode ) | html %] since [% resreservedate | $KohaDates %]
    • + [% END %] - [% IF ( RESERVED ) %] -
    • Item [% getTitleMessageIteminfo | html %] ([% getBarcodeMessageIteminfo | html %]) has been on hold for [% resfirstname | html %] [% ressurname | html %] ([% rescardnumber | html %]) at [% Branches.GetName( resbranchcode ) | html %] since [% resreservedate | $KohaDates %]
    • - [% END %] + [% IF ( ISSUED_TO_ANOTHER ) %] +
    • Item [% getTitleMessageIteminfo | html %] ([% getBarcodeMessageIteminfo | html %]) is checked out to [% issued_firstname | html %] [% issued_surname | html %] ([% issued_cardnumber | html %]). + [% IF CAN_user_circulate_force_checkout %] + Check in and check out? + [% END %] +
    • + [% END %] - [% IF ( ISSUED_TO_ANOTHER ) %] -
    • Item [% getTitleMessageIteminfo | html %] ([% getBarcodeMessageIteminfo | html %]) is checked out to [% issued_firstname | html %] [% issued_surname | html %] ([% issued_cardnumber | html %]). - [% IF CAN_user_circulate_force_checkout %] - Check in and check out? - [% END %] -
    • - [% END %] + [% IF TOO_MANY and TOO_MANY == 'TOO_MANY_CHECKOUTS' %] +
    • Too many checked out. [% current_loan_count | html %] checked out, only [% max_loans_allowed | html %] are allowed.
    • + [% END %] - [% IF TOO_MANY and TOO_MANY == 'TOO_MANY_CHECKOUTS' %] -
    • Too many checked out. [% current_loan_count | html %] checked out, only [% max_loans_allowed | html %] are allowed.
    • - [% END %] + [% IF TOO_MANY and TOO_MANY == 'TOO_MANY_ONSITE_CHECKOUTS' %] +
    • Too many on-site checked out. [% current_loan_count | html %] on-site checked out, only [% max_loans_allowed | html %] are allowed.
    • + [% END %] - [% IF TOO_MANY and TOO_MANY == 'TOO_MANY_ONSITE_CHECKOUTS' %] -
    • Too many on-site checked out. [% current_loan_count | html %] on-site checked out, only [% max_loans_allowed | html %] are allowed.
    • - [% END %] + [% IF ( BORRNOTSAMEBRANCH ) %] +
    • This patron is from a different library ([% Branches.GetName( BORRNOTSAMEBRANCH ) | html %])
    • + [% END %] - [% IF ( BORRNOTSAMEBRANCH ) %] -
    • This patron is from a different library ([% Branches.GetName( BORRNOTSAMEBRANCH ) | html %])
    • - [% END %] + [% IF ( PATRON_CANT ) %] +
    • This patron can't check out this item per library circulation policy.
    • + [% END %] - [% IF ( PATRON_CANT ) %] -
    • This patron can't check out this item per library circulation policy.
    • - [% END %] + [% IF ( TOO_MANY and TOO_MANY == 'NO_RULE_DEFINED' ) %] +
    • No circulation rule is defined for this patron and itemtype combination.
    • + [% END %] - [% IF ( TOO_MANY and TOO_MANY == 'NO_RULE_DEFINED' ) %] -
    • No circulation rule is defined for this patron and itemtype combination.
    • + [% IF ( NOT_FOR_LOAN_FORCING ) %] +
    • + [% IF ( itemtype_notforloan ) %] + Item type is normally not for loan. + [% ELSIF ( item_notforloan ) %] + [% item_notforloan_lib = AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.notforloan', authorised_value => item.notforloan ) %] + Item is normally not for loan[% IF (item_notforloan_lib) %] ([% item_notforloan_lib | html %])[% END %]. [% END %] - - [% IF ( NOT_FOR_LOAN_FORCING ) %] -
    • - [% IF ( itemtype_notforloan ) %] - Item type is normally not for loan. - [% ELSIF ( item_notforloan ) %] - [% item_notforloan_lib = AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.notforloan', authorised_value => item.notforloan ) %] - Item is normally not for loan[% IF (item_notforloan_lib) %] ([% item_notforloan_lib | html %])[% END %]. + [% IF CAN_user_circulate_force_checkout %] + Check out anyway? [% END %] - [% IF CAN_user_circulate_force_checkout %] - Check out anyway? - [% END %] -
    • - [% END %] + + [% END %] - [% IF ( USERBLOCKEDOVERDUE ) %] -
    • Patron has [% USERBLOCKEDOVERDUE %] overdue item(s). - [% IF CAN_user_circulate_force_checkout %] - Check out anyway? - [% END %] -
    • - [% END %] + [% IF ( USERBLOCKEDOVERDUE ) %] +
    • Patron has [% USERBLOCKEDOVERDUE %] overdue item(s). + [% IF CAN_user_circulate_force_checkout %] + Check out anyway? + [% END %] +
    • + [% END %] - [% IF ( ITEM_LOST ) %] -
    • This item has been lost with a status of "[% ITEM_LOST | html %]". - [% IF CAN_user_circulate_force_checkout %] - Check out anyway? - [% END %] -
    • - [% END %] + [% IF ( ITEM_LOST ) %] +
    • This item has been lost with a status of "[% ITEM_LOST | html %]". + [% IF CAN_user_circulate_force_checkout %] + Check out anyway? + [% END %] +
    • + [% END %] - [% IF HIGHHOLDS %] -
    • High demand item. Loan period shortened to [% HIGHHOLDS.duration | html %] days (due [% HIGHHOLDS.returndate | $KohaDates %]). Check out anyway?
    • - [% END %] + [% IF HIGHHOLDS %] +
    • High demand item. Loan period shortened to [% HIGHHOLDS.duration | html %] days (due [% HIGHHOLDS.returndate | $KohaDates %]). Check out anyway?
    • + [% END %] - [% IF PREVISSUE %] -
    • Patron has previously checked out this title: [% biblio.title | html %] [% IF biblio.author %] by [% biblio.author | html %][% END %]. Check out anyway?
    • - [% END %] + [% IF PREVISSUE %] +
    • Patron has previously checked out this title: [% biblio.title | html %] [% IF biblio.author %] by [% biblio.author | html %][% END %]. Check out anyway?
    • + [% END %] - [% IF BIBLIO_ALREADY_ISSUED %] -
    • - Patron has already checked out another item from this record. - [% IF CAN_user_circulate_force_checkout %] - Check out anyway? - [% END %] -
    • - [% END %] -
    + [% IF BIBLIO_ALREADY_ISSUED %] +
  • + Patron has already checked out another item from this record. + [% IF CAN_user_circulate_force_checkout %] + Check out anyway? + [% END %] +
  • + [% END %] +
- [% IF CAN_user_circulate_force_checkout or HIGHHOLDS %] -
- + [% IF CAN_user_circulate_force_checkout or HIGHHOLDS %] + + - [% IF (forceallow) %][% END %] + [% IF (forceallow) %][% END %] - [% IF HIGHHOLDS %] -

- - -

- [% END %] + [% IF HIGHHOLDS %] +

+ + +

+ [% END %] - [% IF ( RESERVED ) %] -

- - -

- [% END %] + [% IF ( RESERVED ) %] +

+ + +

+ [% END %] - [% IF ( RESERVE_WAITING ) %] -

- -
- - -

- [% END %] + [% IF ( RESERVE_WAITING ) %] +

+ +
+ + +

+ [% END %] - - - - + + + + - [% IF ( DEBT ) %][% END %] + [% IF ( DEBT ) %][% END %] - [% IF ( INVALID_DATE ) %] -

- - -

- [% ELSE %] - - [% END %] + [% IF ( INVALID_DATE ) %] +

+ + +

+ [% ELSE %] + + [% END %] - - + + - [% IF ( RENEW_ISSUE ) %] - - [% ELSE %] - - [% END %] + [% IF ( RENEW_ISSUE ) %] + + [% ELSE %] + + [% END %] - - -
- [% END # /IF CAN_user_circulate_force_checkout or HIGHHOLDS %] + + + + [% END # /IF CAN_user_circulate_force_checkout or HIGHHOLDS %] - [% IF ( RESERVED ) %] + [% IF ( RESERVED ) %]
@@ -264,160 +264,160 @@
- [% END %] - - [% IF ( RESERVE_WAITING ) %] -
- - - - - -
- [% END %] + [% END %] + [% IF ( RESERVE_WAITING ) %]
- [% IF (forceallow) %][% END %] + - - [% IF CAN_user_circulate_force_checkout or HIGHHOLDS %] - [% IF ( RENEW_ISSUE ) %] - - [% ELSE %] - - [% END %] - [% ELSE %] - - [% END %] +
+ [% END %] - [% IF ( RESERVED || ISSUED_TO_ANOTHER ) && (CAN_user_reserveforothers_place_holds ) %] - [% UNLESS noissues %] - +
+ [% IF (forceallow) %][% END %] + + + + + [% IF CAN_user_circulate_force_checkout or HIGHHOLDS %] + [% IF ( RENEW_ISSUE ) %] + + [% ELSE %] + [% END %] + [% ELSE %] + [% END %] -
+ + + [% IF ( RESERVED || ISSUED_TO_ANOTHER ) && (CAN_user_reserveforothers_place_holds ) %] + [% UNLESS noissues %] + + [% END %] + [% END %] +
[% END # /NEEDSCONFIRMATION %] [% IF ( IMPOSSIBLE ) %] -
- [% IF ( UNKNOWN_BARCODE ) %] -

Barcode not found

- [% END %] +
+ [% IF ( UNKNOWN_BARCODE ) %] +

Barcode not found

+ [% END %] - -
    - [% IF ( STATS ) %] -
  • Local use recorded
  • - [% END %] + +
      + [% IF ( STATS ) %] +
    • Local use recorded
    • + [% END %] - [% IF ( INVALID_DATE ) %] -
    • The due date "[% INVALID_DATE | html %]" is invalid
    • - [% END %] + [% IF ( INVALID_DATE ) %] +
    • The due date "[% INVALID_DATE | html %]" is invalid
    • + [% END %] - [% IF ( UNKNOWN_BARCODE ) %] -
    • The barcode was not found: [% barcode | html %] -
      - [% IF ( FALLBACK ) %] - [% IF options %] - - [% ELSE %] -
      No items were found by searching.
      - [% END %] + [% IF ( UNKNOWN_BARCODE ) %] +
    • The barcode was not found: [% barcode | html %] +
      + [% IF ( FALLBACK ) %] + [% IF options %] + + [% ELSE %] +
      No items were found by searching.
      [% END %] + [% END %] - [% IF ( fast_cataloging ) %] - [% IF ( CAN_user_editcatalogue_fast_cataloging ) %] - Add record using fast cataloging - [% END %] + [% IF ( fast_cataloging ) %] + [% IF ( CAN_user_editcatalogue_fast_cataloging ) %] + Add record using fast cataloging [% END %] -
      -
    • - [% END %] - - [% IF ( NOT_FOR_LOAN ) %] -
    • - [% IF ( itemtype_notforloan ) %] - Item type not for loan. - [% ELSIF ( item_notforloan ) %] - [% item_notforloan_lib = AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.notforloan', authorised_value => item.notforloan ) %] - Item not for loan[% IF (item_notforloan_lib) %] ([% item_notforloan_lib | html %])[% END %]. - [% END %] -
    • - [% END %] + [% END %] +
+ + [% END %] - [% IF ( WTHDRAWN ) %] -
  • - Item has been withdrawn - [% item_withdrawn_lib = AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.withdrawn', authorised_value => item.withdrawn ) %] - [% IF (item_withdrawn_lib) %]([% item_withdrawn_lib | html %])[% END %] -
  • + [% IF ( NOT_FOR_LOAN ) %] +
  • + [% IF ( itemtype_notforloan ) %] + Item type not for loan. + [% ELSIF ( item_notforloan ) %] + [% item_notforloan_lib = AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.notforloan', authorised_value => item.notforloan ) %] + Item not for loan[% IF (item_notforloan_lib) %] ([% item_notforloan_lib | html %])[% END %]. [% END %] +
  • + [% END %] - [% IF ( RESTRICTED ) %] -
  • Item is restricted
  • - [% END %] + [% IF ( WTHDRAWN ) %] +
  • + Item has been withdrawn + [% item_withdrawn_lib = AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.withdrawn', authorised_value => item.withdrawn ) %] + [% IF (item_withdrawn_lib) %]([% item_withdrawn_lib | html %])[% END %] +
  • + [% END %] - [% IF ( GNA ) %] -
  • Patron's address is in doubt
  • - [% END %] + [% IF ( RESTRICTED ) %] +
  • Item is restricted
  • + [% END %] - [% IF ( CARD_LOST ) %] -
  • Patron's card is lost
  • - [% END %] + [% IF ( GNA ) %] +
  • Patron's address is in doubt
  • + [% END %] - [% IF ( DEBARRED ) %] -
  • Patron is restricted
  • - [% END %] + [% IF ( CARD_LOST ) %] +
  • Patron's card is lost
  • + [% END %] - [% IF ( NO_MORE_RENEWALS ) %] -
  • No more renewals possible
  • - [% END %] + [% IF ( DEBARRED ) %] +
  • Patron is restricted
  • + [% END %] - [% IF NO_RENEWAL_FOR_ONSITE_CHECKOUTS %] -
  • This item can not be renewed, it's an on-site checkout
  • - [% END %] + [% IF ( NO_MORE_RENEWALS ) %] +
  • No more renewals possible
  • + [% END %] - [%IF ( AGE_RESTRICTION ) %] -
  • Age restriction [% AGE_RESTRICTION | html %].
  • - [% END %] + [% IF NO_RENEWAL_FOR_ONSITE_CHECKOUTS %] +
  • This item can not be renewed, it's an on-site checkout
  • + [% END %] - [% IF ( EXPIRED ) %] -
  • Patron's card is expired
  • - [% END %] + [%IF ( AGE_RESTRICTION ) %] +
  • Age restriction [% AGE_RESTRICTION | html %].
  • + [% END %] - [% IF ( TOO_MANY ) %] -
  • Too many checked out. [% current_loan_count | html %] checked out, only [% max_loans_allowed | html %] are allowed.
  • - [% END %] + [% IF ( EXPIRED ) %] +
  • Patron's card is expired
  • + [% END %] - [% IF ( ITEMNOTSAMEBRANCH ) %] -
  • This item belongs to [% Branches.GetName( itemhomebranch ) | html %] and cannot be checked out from this location.
  • - [% END %] + [% IF ( TOO_MANY ) %] +
  • Too many checked out. [% current_loan_count | html %] checked out, only [% max_loans_allowed | html %] are allowed.
  • + [% END %] - [% IF RETURN_IMPOSSIBLE %] -
  • This item must be returned to [% Branches.GetName( branch_to_return ) | html %].
  • - [% END %] + [% IF ( ITEMNOTSAMEBRANCH ) %] +
  • This item belongs to [% Branches.GetName( itemhomebranch ) | html %] and cannot be checked out from this location.
  • + [% END %] - [% IF ( USERBLOCKEDWITHENDDATE ) %] -
  • Patron has a restriction until [% USERBLOCKEDWITHENDDATE | $KohaDates %].
  • - [% END %] + [% IF RETURN_IMPOSSIBLE %] +
  • This item must be returned to [% Branches.GetName( branch_to_return ) | html %].
  • + [% END %] - [% IF ( USERBLOCKEDNOENDDATE ) %] -
  • Patron has an indefinite restriction.
  • - [% END %] + [% IF ( USERBLOCKEDWITHENDDATE ) %] +
  • Patron has a restriction until [% USERBLOCKEDWITHENDDATE | $KohaDates %].
  • + [% END %] - [% IF ( USERBLOCKEDOVERDUE ) %] -
  • Checkouts are BLOCKED because patron has overdue items.
  • - [% END %] - + [% IF ( USERBLOCKEDNOENDDATE ) %] +
  • Patron has an indefinite restriction.
  • + [% END %] - [% IF (forceallow) %] -
  • Restriction overridden temporarily.
  • - [% END %] + [% IF ( USERBLOCKEDOVERDUE ) %] +
  • Checkouts are BLOCKED because patron has overdue items.
  • + [% END %] -
    + + [% IF (forceallow) %] +
  • Restriction overridden temporarily.
  • + [% END %] + +
    [% IF ( FALLBACK ) %] [% IF options %] @@ -495,15 +495,15 @@ [% IF patron %] - [% IF privacy == 2 AND NOT Koha.Preference('AnonymousPatron') %] -
    - Error: This patron has requested their circulation history be anonymized on check-in, but the AnonymousPatron system preference is empty or incorrect. -
    - [% END %] + [% IF privacy == 2 AND NOT Koha.Preference('AnonymousPatron') %] +
    + Error: This patron has requested their circulation history be anonymized on check-in, but the AnonymousPatron system preference is empty or incorrect. +
    + [% END %] -
    +
    [% IF ( !noissues ) || ( Koha.Preference('OnSiteCheckouts') && Koha.Preference('OnSiteCheckoutsForce') )%] -
    +
    [% IF ( issue ) %] @@ -512,34 +512,34 @@
    [% END %] - [% IF ( DisplayClearScreenButton ) %] - x - - [% END %] + [% IF ( DisplayClearScreenButton ) %] + x + + [% END %] - [% IF (forceallow) %][% END %] + [% IF (forceallow) %][% END %] - + - [% IF Koha.Preference('itemBarcodeFallbackSearch') %] -
    Enter item barcode or keyword:
    - [% ELSE %] -
    Enter item barcode:
    - [% END %] + [% IF Koha.Preference('itemBarcodeFallbackSearch') %] +
    Enter item barcode or keyword:
    + [% ELSE %] +
    Enter item barcode:
    + [% END %] - [% IF NEEDSCONFIRMATION %] - - [% ELSE %] - - [% END %] + [% IF NEEDSCONFIRMATION %] + + [% ELSE %] + + [% END %] - + - + -
    +
    [% UNLESS ( noissues && Koha.Preference('OnSiteCheckoutsForce') ) %] [% IF ( SpecifyDueDate ) %] @@ -622,7 +622,7 @@
    [% END %] -
    +
    [% END #/IF !noissues %] @@ -754,235 +754,235 @@ - [% IF WaitingHolds.count %] -
    -

    Holds waiting:

    - [% FOREACH w IN WaitingHolds %] -
      -
    • - [% w.biblio.title | html %] - ([% ItemTypes.GetDescription( w.item.effective_itemtype ) | html %]), - [% IF ( w.biblio.author ) %] by [% w.biblio.author | html %] [% END %] - [% IF ( w.item.itemcallnumber ) %] [[% w.item.itemcallnumber | html %]] [% END %] - Hold placed on [% w.reservedate | $KohaDates %]. - -
      - [% IF ( w.branch.branchcode == Branches.GetLoggedInBranchcode() ) %][% ELSE %][% END %] - [% SET expires_on = w.expirationdate %] - Waiting at [% w.branch.branchname | html %] [% IF expires_on %] until [% expires_on | $KohaDates %] [% END %] - -
    • -
    - [% END %] -
    - [% END # /IF WaitingHolds.count %] + [% IF WaitingHolds.count %] +
    +

    Holds waiting:

    + [% FOREACH w IN WaitingHolds %] +
      +
    • + [% w.biblio.title | html %] + ([% ItemTypes.GetDescription( w.item.effective_itemtype ) | html %]), + [% IF ( w.biblio.author ) %] by [% w.biblio.author | html %] [% END %] + [% IF ( w.item.itemcallnumber ) %] [[% w.item.itemcallnumber | html %]] [% END %] + Hold placed on [% w.reservedate | $KohaDates %]. + +
      + [% IF ( w.branch.branchcode == Branches.GetLoggedInBranchcode() ) %][% ELSE %][% END %] + [% SET expires_on = w.expirationdate %] + Waiting at [% w.branch.branchname | html %] [% IF expires_on %] until [% expires_on | $KohaDates %] [% END %] + +
    • +
    + [% END %] +
    + [% END # /IF WaitingHolds.count %] - [% IF ( notes ) %] + [% IF ( notes ) %]

    Notes:

    [% notesmsg | $raw %]

    - [% END %] + [% END %] -
    -

    Messages:

    - + Add a new message +
    -
    - + + + + [% INCLUDE "checkouts-table.inc" %] + + [% IF ( relatives_issues_count ) %] +
    + + + + + + + + + + + + + + + + + + +
    Due date (unformatted, hidden)Due dateTitleItem typeCollection codeLocationChecked out onChecked out fromCall noChargeFinePricePatron
    +
    + [% END %] - + [% IF CAN_user_clubs && ( enrollable.count || enrollments.count ) %] +
    + Loading... +
    + [% END %] - [% INCLUDE "checkouts-table.inc" %] + [% INCLUDE borrower_debarments.inc %] - [% IF ( relatives_issues_count ) %] -
    - +
    + [% IF ( holds_count ) %] +
    + +
    - - - - - - - - - - - - - + + + + + + + + + +
    Due date (unformatted, hidden)Due dateTitleItem typeCollection codeLocationChecked out onChecked out fromCall noChargeFinePricePatronHold dateTitleCall numberBarcodePickup atExpirationPriorityCancel?Suspend?Status
    -
    - [% END %] - - [% IF CAN_user_clubs && ( enrollable.count || enrollments.count ) %] -
    - Loading... -
    - [% END %] - [% INCLUDE borrower_debarments.inc %] - -
    - [% IF ( holds_count ) %] - - - - - - - - - - - - - - - - - -
    Hold dateTitleCall numberBarcodePickup atExpirationPriorityCancel?Suspend?Status
    - -
    - -
    - - - [% IF Koha.Preference('SuspendHoldsIntranet') %] -
    -
    - - - - - [% IF Koha.Preference('AutoResumeSuspendedHolds') %] - - - Specify date on which to resume [% INCLUDE 'date-format.inc' %]: - [% END %] -
    -
    - -
    -
    - - - - -
    -
    - [% END # /IF SuspendHoldsIntranet %] - - [% ELSE # IF holds_count %] -

    Patron has nothing on hold.

    - [% END # /IF holds_count %] -
    +
    + +
    + - [% IF Koha.Preference('ArticleRequests') %] - [% INCLUDE 'patron-article-requests.inc' %] - [% END %] + [% IF Koha.Preference('SuspendHoldsIntranet') %] +
    +
    + + + + + [% IF Koha.Preference('AutoResumeSuspendedHolds') %] + + + Specify date on which to resume [% INCLUDE 'date-format.inc' %]: + [% END %] +
    +
    + +
    +
    + + + + +
    +
    + [% END # /IF SuspendHoldsIntranet %] + + [% ELSE # IF holds_count %] +

    Patron has nothing on hold.

    + [% END # /IF holds_count %] +
    + + [% IF Koha.Preference('ArticleRequests') %] + [% INCLUDE 'patron-article-requests.inc' %] + [% END %]
    [% ELSIF borrowernumber # IF patron %]
    Patron not found. Return to search
    [% END # /IF patron %] - [% END #/IF borrowers %] + [% END #/IF borrowers %] -
    +
    - [% IF Koha.Preference('CircSidebar') %] - [% UNLESS ( borrowers ) %] - [% IF not( borrowernumber and patron ) %] -
    - -
    + [% IF Koha.Preference('CircSidebar') %] + [% UNLESS ( borrowers ) %] + [% IF not( borrowernumber and patron ) %] +
    + +
    + [% END %] + [% END %] [% END %] - [% END %] - [% END %] - [% UNLESS ( borrowers ) %] - [% IF borrowernumber and patron %] -
    - -
    - [% END %] - [% END %] + [% UNLESS ( borrowers ) %] + [% IF borrowernumber and patron %] +
    + +
    + [% END %] + [% END %] -
    - + +