[% USE Asset %] [% USE Koha %] [% USE KohaDates %] [% USE Branches %] [% USE ItemTypes %] [% USE Price %] [% SET borrower_club_enrollments = borrower.get_club_enrollments(1) %] [% SET borrower_enrollable_clubs = borrower.get_enrollable_clubs(1,1) %] [% INCLUDE 'doc-head-open.inc' %] [% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › Your library home [% INCLUDE 'doc-head-close.inc' %] [% BLOCK cssinclude %][% END %] [% INCLUDE 'bodytag.inc' bodyid='opac-user' bodyclass='scrollto' %] [% INCLUDE 'masthead.inc' %] [% IF Koha.Preference('AmazonAssocTag') %] [% AmazonAssocTag = '?tag=' _ Koha.Preference('AmazonAssocTag') %] [% ELSE %] [% AmazonAssocTag = '' %] [% END %]
[% INCLUDE 'opac-note.inc' %]

Hello, [% INCLUDE 'patron-title.inc' category_type = BORROWER_INFO.category_type firstname = BORROWER_INFO.firstname surname = BORROWER_INFO.surname othernames = BORROWER_INFO.othernames cardnumber = BORROWER_INFO.cardnumber %]

Click here if you're not [% BORROWER_INFO.title %] [% INCLUDE 'patron-title.inc' category_type = BORROWER_INFO.category_type firstname = BORROWER_INFO.firstname surname = BORROWER_INFO.surname othernames = BORROWER_INFO.othernames cardnumber = BORROWER_INFO.cardnumber %]

[% IF ( patronupdate ) %]

Thank you!

Your corrections have been submitted to the library, and a staff member will update your record as soon as possible.

[% END %] [% IF failed_holds %]

Notice:

One or more holds were not placed due to existing holds.

[% END %] [% IF ( BORROWER_INFO.warndeparture ) %]
Please note: Your card will expire on [% BORROWER_INFO.warndeparture | $KohaDates %]. Please contact the library for more information. [% IF ( BORROWER_INFO.returnbeforeexpiry ) %] Also note that you must return all checked out items before your card expires.[% END %]
[% END %] [% IF ( BORROWER_INFO.warnexpired ) %]
Please note: Your account has expired as of [% BORROWER_INFO.warnexpired | $KohaDates %]. Please contact the library if you wish to renew your account.
[% END %] [% IF ( RENEW_ERROR ) %]
Please note: Your loan renewal failed because of the following reason(s):
    [% FOREACH error IN RENEW_ERROR.split('\|') %] [% IF error == 'card_expired' %]
  • Your account has expired. Please contact the library for more information.
  • [% ELSIF error == 'too_many' %]
  • You have renewed this item the maximum number of times allowed.
  • [% ELSIF error == 'too_soon' %]
  • It is too soon after the checkout date for this item to be renewed.
  • [% ELSIF error == 'on_reserve' %]
  • This item is on hold for another borrower.
  • [% END %] [% END %]
[% END %] [% IF ( patron_flagged ) %]
    [% IF ( userdebarred ) %] [% IF ( discharge_available ) %]
  • Please note: Your account is frozen because it has been discharged. Get your discharge
  • [% ELSE %]
  • Please note: Your account has been frozen. [% IF ( BORROWER_INFO.debarredcomment ) %] Comment: [% IF BORROWER_INFO.debarredcomment.search('OVERDUES_PROCESS') %] Restriction added by overdues process [% BORROWER_INFO.debarredcomment.remove('OVERDUES_PROCESS ') | html_line_break %] [% ELSE %] [% BORROWER_INFO.debarredcomment | html_line_break %] [% END %] [% END %] [% IF ( BORROWER_INFO.userdebarreddate && debarred_date != '9999-12-31' ) %] End date: [% BORROWER_INFO.userdebarreddate | $KohaDates %] [% END %] Usually the reason for freezing an account is old overdues or damage fees. If your account shows to be clear, please contact the library. Go to your account page
  • [% END %] [% END %] [% IF ( BORROWER_INFO.gonenoaddress ) %]
  • Please note: According to our records, we don't have up-to-date contact information. Please contact the library. [% IF ( Koha.Preference('OPACPatronDetails') ) %]Update your contact information[% ELSE %]Go to your contact information[% END %] [% IF ( Koha.Preference('OPACPatronDetails') ) %](Please note: there may be a delay in restoring your account if you submit online.)[% END %]
  • [% END %] [% IF ( BORROWER_INFO.lost ) %]
  • Please note: Your library card has been marked as lost or stolen. If this is an error, please contact the library.
  • [% END %] [% IF ( renewal_blocked_fines.defined ) && ( OpacRenewalAllowed ) %]
  • Please note: You cannot renew your books online. Reason: [% IF ( renewal_blocked_fines ) > 0 %]Your fines exceed [% renewal_blocked_fines | $Price %].[% ELSE %]You have fines.[% END %] [% END %]
[% END # / IF patron_flagged %] [% SET OPACMySummaryNote = Koha.Preference('OPACMySummaryNote') %] [% IF OPACMySummaryNote %][% OPACMySummaryNote %][% END %]
[% IF ( issues_count ) %]
[% IF ( JacketImages ) %][% END %] [% UNLESS ( item_level_itypes ) %] [% END %] [% IF ( show_barcode ) %] [% END %] [% IF ( OpacRenewalAllowed && !( borrower.is_expired && borrower.category.effective_BlockExpiredPatronOpacActions ) ) %] [% END %] [% IF ( OPACFinesTab ) %] [% END %] [% IF ( OPACMySummaryHTML ) %] [% END %] [% IF ( Koha.Preference('AllowCheckoutNotes') ) %] [% END %] [% FOREACH ISSUE IN ISSUES %] [% IF ( ISSUE.overdue ) %][% ELSE %][% END %] [% IF ( JacketImages ) %][% END # / IF JacketImages %] [% IF ( ISSUE.overdue ) %] [% ELSE %] [% END %] [% UNLESS ( item_level_itypes ) %] [% END %] [% IF ( show_barcode ) %] [% END %] [% IF ( OpacRenewalAllowed && !( borrower.is_expired && borrower.category.effective_BlockExpiredPatronOpacActions ) ) %] [% END %] [% IF ( OPACFinesTab ) %] [% END %] [% IF ( OPACMySummaryHTML ) %] [% END %] [% IF ( Koha.Preference('AllowCheckoutNotes') ) %] [% END %] [% END # /FOREACH ISSUES %]
[% issues_count %] Item(s) checked out
 Title Author DueItem typeBarcodeCall no.RenewFinesLinksNote
[% IF ( OPACAmazonCoverImages ) %] [% IF ( ISSUE.normalized_isbn ) %] View on Amazon.com [% ELSE %] No cover image available [% END %] [% END %] [% IF ( GoogleJackets ) %] [% IF ( ISSUE.normalized_isbn ) %]
[% ELSE %] No cover image available [% END %] [% END %] [% IF ( BakerTaylorEnabled ) %] [% bt_id = ( ISSUE.normalized_upc || ISSUE.normalized_isbn ) %] [% IF ( bt_id ) %] See Baker & Taylor [% ELSE %] No cover image available [% END %] [% END %] [% IF ( SyndeticsEnabled && SyndeticsCoverImages ) %] [% END %]
[% ISSUE.title |html %] [% FOREACH subtitl IN ISSUE.subtitle %] [% subtitl.subfield %][% END %] [% IF ( ISSUE.enumchron ) %] [% ISSUE.enumchron %][% END %] [% ISSUE.author %] Date due: [% ISSUE.date_due | $KohaDates as_due_date => 1 %] Date due: [% ISSUE.date_due | $KohaDates as_due_date => 1 %] Item type: [% IF ( ISSUE.imageurl ) %] [% ISSUE.description %] [% END %] [% ISSUE.description %] Barcode: [% ISSUE.barcode %] Call no.: [% ISSUE.itemcallnumber %] [% IF ISSUE.renewed %]Renewed!
[% END %] [% IF ( ISSUE.status ) %] [% IF ( canrenew ) %] Renew [% END %] [% IF ISSUE.renewalfee > 0 %] Fee for item type '[% ItemTypes.GetDescription( ISSUE.renewalitemtype) %]': [% ISSUE.renewalfee | $Price %] [% END %] ([% ISSUE.renewsleft %] of [% ISSUE.renewsallowed %] renewals remaining) [% ELSIF ( ISSUE.on_reserve ) %] Not renewable (on hold) [% ELSIF ( ISSUE.too_many ) %] Not renewable [% ELSIF ( ISSUE.norenew_overdue ) %] Not allowed (overdue) [% ELSIF ( ISSUE.auto_too_late ) %] No longer renewable [% ELSIF ISSUE.auto_too_much_oweing %] Automatic renewal failed, you have unpaid fines. ([% ISSUE.renewsleft %] of [% ISSUE.renewsallowed %] renewals remaining) [% ELSIF ISSUE.auto_account_expired %] Automatic renewal failed, your account is expired. ([% ISSUE.renewsleft %] of [% ISSUE.renewsallowed %] renewals remaining) [% ELSIF ( ISSUE.auto_renew || ISSUE.auto_too_soon ) %] Automatic renewal ([% ISSUE.renewsleft %] of [% ISSUE.renewsallowed %] renewals remaining) [% ELSIF ( ISSUE.too_soon ) %] No renewal before [% ISSUE.soonestrenewdate %] ([% ISSUE.renewsleft %] of [% ISSUE.renewsallowed %] renewals remaining) [% END %]
Fines: [% IF ( ISSUE.charges ) %] Yes (Item overdue or lost) [% ELSIF ( ISSUE.rentalfines ) %] Yes (Rental fees) [% ELSE %] No [% END %] Edit / Create note
[% IF ( canrenew && !userdebarred && OpacRenewalAllowed && !( borrower.is_expired && borrower.category.effective_BlockExpiredPatronOpacActions ) ) %] [% END %]
[% IF ( canrenew && !userdebarred && OpacRenewalAllowed && !( borrower.is_expired && borrower.category.effective_BlockExpiredPatronOpacActions ) ) %]
[% FOREACH ISSUE IN ISSUES %] [% END %]
[% END %]

Download as iCal/.ics file

[% ELSE %]
You have nothing checked out
[% END # IF issues_count %]
[% IF borrower_club_enrollments.count || borrower_enrollable_clubs.count %]
Loading...
[% END %] [% IF ( OPACFinesTab ) %] [% IF BORROWER_INFO.amountoverfive %]

Fines and charges

Amount
You currently owe fines and charges amounting to: [% amountoutstanding | $Price %]
[% END %] [% IF BORROWER_INFO.amountoverzero %]

Fines and charges

Amount
You currently owe fines and charges amounting to: [% amountoutstanding | $Price %]
[% END %] [% IF BORROWER_INFO.amountlessthanzero %]

Credits

Amount
You have a credit of:[% amountoutstanding | $Price %]
[% END %] [% END # / OPACFinesTab %] [% IF relatives %]
[% FOREACH r IN relatives %] [% FOREACH i IN r.issues %] [% END %] [% END %]
Title Due Barcode Call no. Relative
[% i.item.biblio.title %][% IF ( i.item.enumchron ) %] [% i.item.enumchron %][% END %] [% i.date_due | $KohaDates %] [% i.item.barcode %] [% i.item.itemcallnumber %] [% r.firstname %] [% r.surname %]
[% END %] [% IF ( overdues_count ) %]
[% IF ( JacketImages ) %][% END %] [% UNLESS ( item_level_itypes ) %] [% END %] [% IF ( show_barcode ) %][% END %] [% IF ( OpacRenewalAllowed ) %] [% END %] [% IF ( OPACFinesTab ) %] [% END %] [% FOREACH OVERDUE IN OVERDUES %] [% IF ( JacketImages ) %] [% END # /IF jacketcell %] [% UNLESS ( item_level_itypes ) %] [% END %] [% IF ( show_barcode ) %] [% END %] [% IF ( OpacRenewalAllowed ) %] [% END %] [% IF ( OPACFinesTab ) %] [% END %] [% END %]
Overdues ([% overdues_count %] total)
 TitleItem typeBarcodeCall no. DueRenewFines
[% IF ( OPACAmazonCoverImages ) %] [% IF ( OVERDUE.normalized_isbn ) %] View on Amazon.com [% ELSE %] No cover image available [% END %] [% END %] [% IF ( GoogleJackets ) %] [% IF ( OVERDUE.normalized_isbn ) %]
[% ELSE %] No cover image available [% END %] [% END %] [% IF ( BakerTaylorEnabled ) %] [% bt_id = ( OVERDUE.normalized_upc || OVERDUE.normalized_isbn ) %] [% IF ( bt_id ) %] See Baker & Taylor [% ELSE %] No cover image available [% END %] [% END %] [% IF ( SyndeticsCoverImages ) %] [% END %]
[% OVERDUE.title |html %] [% FOREACH subtitl IN OVERDUE.subtitle %] [% subtitl.subfield %][% END %] [% OVERDUE.author %] [% IF ( OVERDUE.imageurl ) %] [% OVERDUE.description %] [% END %] [% OVERDUE.description %] Barcode: [% OVERDUE.barcode %] Call no.: [% OVERDUE.itemcallnumber %] Date due: [% OVERDUE.date_due | $KohaDates as_due_date => 1 %] [% IF ( OVERDUE.debarred ) %] Account frozen [% ELSIF ( OVERDUE.status ) %] [% IF ( canrenew ) %] Renew [% END %] ([% OVERDUE.renewsleft %] of [% OVERDUE.renewsallowed %] renewals remaining) [% ELSIF ( OVERDUE.norenew_overdue ) %] Not allowed(overdue) [% ELSIF ( OVERDUE.onreserve ) %] On hold [% ELSE %] No renewals left [% END %] Fines: [% IF ( OVERDUE.charges ) %] Yes [% ELSE %] No [% END %]
[% END # /overdues_count %] [% IF ( RESERVES.count ) %]
[% IF ( showpriority ) %] [% ELSE %] [% END %] [% UNLESS( singleBranchMode) %] [% END %] [% IF ( showpriority ) %] [% END %] [% IF SuspendHoldsOpac %] [% END %] [% FOREACH RESERVE IN RESERVES %] [% IF ( RESERVE.is_waiting ) %] [% IF ( RESERVE.is_at_destination ) %] [% IF ( RESERVE.is_found ) %] [% ELSE %] [% END %] [% ELSE %] [% END %] [% ELSE %] [% END %] [% UNLESS( singleBranchMode) %] [% END %] [% IF ( showpriority ) %] [% END %] [% IF SuspendHoldsOpac %] [% END # / IF SuspendHoldsOpac %] [% END # /FOREACH RESERVES %]
Holds ([% RESERVES.count %] total)
TitlePlaced onPlaced onExpires onPick up locationPriorityStatusSuspendModify
[% RESERVE.biblio.title %] [% FOREACH s IN RESERVE.biblio.subtitles %] [% s %] [% END %] [% RESERVE.item.enumchron %] [% RESERVE.biblio.author %] Hold date: [% RESERVE.reservedate | $KohaDates %] [% IF ! RESERVE.found %] [% IF ( RESERVE.expirationdate ) %] Expiration: [% RESERVE.expirationdate | $KohaDates %] [% ELSE %] Expiration: Never expires [% END %] [% ELSE %] - [% END %] Pick up location: [% RESERVE.branch.branchname %] Priority: [% RESERVE.priority %] Status: [% IF ( RESERVE.is_waiting ) %] [% IF ( RESERVE.is_at_destination ) %] [% IF ( RESERVE.found ) %] Item waiting at [% RESERVE.branch.branchname %] [% IF ( RESERVE.waitingdate ) %] since [% RESERVE.waitingdate | $KohaDates %] [% IF RESERVE.expirationdate %] until [% RESERVE.expirationdate | $KohaDates %] [% END %] [% END %] [% ELSE %] Item waiting to be pulled from [% Branches.GetName( RESERVE.branchcode ) %] [% END %] [% ELSE %] Item in transit to [% Branches.GetName( RESERVE.branchcode ) %] [% END %] [% ELSE %] [% IF ( RESERVE.is_in_transit ) %] [% SET transfer = RESERVE.item.get_transfer %] Item in transit from [% Branches.GetName( transfer.frombranch ) %] since [% transfer.datesent | $KohaDates %] [% ELSIF ( RESERVE.suspend ) %] Suspended [% IF ( RESERVE.suspend_until ) %] until [% RESERVE.suspend_until %] [% END %] [% ELSE %] [% IF RESERVE.itemtype %] Pending for next available item of item type '[% ItemTypes.GetDescription( RESERVE.itemtype ) %]' [% ELSE %] Pending [% END %] [% END %] [% END %] [% IF ( RESERVE.is_cancelable_from_opac ) %] [% IF RESERVE.suspend %]
[% ELSE %] [% IF AutoResumeSuspendedHolds %] Suspend [% # hold suspend modal form %] [% ELSE %]
[% END # / IF AutoResumeSuspendedHolds %] [% END # / IF RESERVE.suspend %] [% END # / IF ( RESERVE.is_cancelable_from_opac )%]
[% IF ( RESERVE.is_cancelable_from_opac ) %]
[% END %]
[% IF SuspendHoldsOpac %]
[% IF AutoResumeSuspendedHolds %] Clear date to suspend indefinitely [% END %]

[% END %]
[% END # / #RESERVES.count %] [% IF Koha.Preference('ArticleRequests') %]
[% IF borrower.article_requests_current.count %] [% FOREACH ar IN borrower.article_requests_current %] [% END %]
Article requests ([% borrower.article_requests_current.count %] total)
Record title Placed on Title Author Volume Issue Date Pages Chapters Notes Status Pickup library  
[% ar.biblio.title %] [% ar.item.enumchron %] [% ar.biblio.author %] [% IF ar.itemnumber %] (only [% ar.item.barcode %])[% END %] [% ar.created_on | $KohaDates %] [% ar.title %] [% ar.author %] [% ar.volume %] [% ar.issue %] [% ar.date %] [% ar.pages %] [% ar.chapters %] [% ar.patron_notes %] [% IF ar.status == 'PENDING' %] Pending [% ELSIF ar.status == 'PROCESSING' %] Processing [% ELSIF ar.status == 'COMPLETED' %] Completed [% ELSIF ar.status == 'CANCELED' %] Canceled [% END %] [% ar.branch.branchname %] Cancel: Cancel
[% ELSE %]
You have no article requests currently.
[% END # IF article_requests_current.count %]
[% END %]
[% IF ( OverDriveCirculation ) %] [% INCLUDE 'overdrive-checkout.inc' %] [% END %] [% INCLUDE 'opac-bottom.inc' %] [% BLOCK jsinclude %] [% INCLUDE 'calendar.inc' %] [% INCLUDE 'datatables.inc' %] [% IF Koha.Preference('OverDriveCirculation') %] [% Asset.js("js/overdrive.js") %] [% END %] [% END %]