[% USE raw %] [% USE Asset %] [% USE Koha %] [% USE KohaDates %] [% USE Branches %] [% USE ItemTypes %] [% USE Price %] [% SET AdlibrisEnabled = Koha.Preference('AdlibrisCoversEnabled') %] [% SET AdlibrisURL = Koha.Preference('AdlibrisCoversURL') %] [% SET borrower_club_enrollments = logged_in_user.get_club_enrollments(1) %] [% SET borrower_enrollable_clubs = logged_in_user.get_enrollable_clubs(1,1) %] [% INCLUDE 'doc-head-open.inc' %] [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% 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' patron = logged_in_user %]

Click here if you're not [% INCLUDE 'patron-title.inc' patron = logged_in_user %]

[% 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.blockedonfines ) %]
Please note: Your account has outstanding fees & charges of [% amountoutstanding | $Price %]. Holds are blocked because your fine balance is over the limit.
[% END %] [% IF ( borrower.warndeparture ) %]
Please note: Your card will expire on [% borrower.warndeparture | $KohaDates %]. Please contact the library for more information. [% IF ( borrower.returnbeforeexpiry ) %] Also note that you must return all checked out items before your card expires.[% END %]
[% END %] [% IF ( borrower.warnexpired ) %]
Please note: Your account has expired as of [% borrower.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.
  • [% ELSIF error == 'item_denied_renewal' %]
  • Item renewal is not allowed.
  • [% 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.debarredcomment ) %] Comment: [% IF borrower.debarredcomment.search('OVERDUES_PROCESS') %] Restriction added by overdues process [% borrower.debarredcomment.remove('OVERDUES_PROCESS ') | html_line_break %] [% ELSE %] [% borrower.debarredcomment | html_line_break %] [% END %] [% END %] [% IF ( borrower.userdebarreddate && debarred_date != '9999-12-31' ) %] End date: [% borrower.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.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.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 %] [% IF Koha.Preference('OPACMySummaryNote') %]
[% Koha.Preference('OPACMySummaryNote') | $raw %]
[% END %] [% IF Koha.Preference('AllowPatronToControlAutorenewal') %]
[% IF ( borrower.autorenew_checkouts ) %] [% ELSE %] [% END %]
[% END %]
[% IF ( issues_count ) %]
[% IF ( JacketImages || AdlibrisEnabled ) %][% END %] [% UNLESS ( item_level_itypes ) %] [% END %] [% IF ( show_barcode ) %] [% END %] [% IF ( OpacRenewalAllowed && !( logged_in_user.is_expired && logged_in_user.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 || AdlibrisEnabled ) %][% END # / IF JacketImages %] [% IF ( ISSUE.overdue ) %] [% ELSE %] [% END %] [% UNLESS ( item_level_itypes ) %] [% END %] [% IF ( show_barcode ) %] [% END %] [% IF ( OpacRenewalAllowed && !( logged_in_user.is_expired && logged_in_user.category.effective_BlockExpiredPatronOpacActions ) ) %] [% END %] [% IF ( OPACFinesTab ) %] [% END %] [% IF ( OPACMySummaryHTML ) %] [% END %] [% IF ( Koha.Preference('AllowCheckoutNotes') ) %] [% END %] [% END # /FOREACH ISSUES %]
[% issues_count | html %] Item(s) checked out
 Title Author DueItem typeBarcodeCall no.RenewFinesLinksNote
[% IF ( AdlibrisEnabled && ISSUE.normalized_isbn ) %] Adlibris cover image [% END %] [% 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 Koha.Preference('OPACCustomCoverImages') AND Koha.Preference('CustomCoverImagesURL') %] Cover image [% END %] [% IF ( SyndeticsEnabled && SyndeticsCoverImages ) %] [% END %]
[% INCLUDE 'biblio-title.inc' biblio=ISSUE %] [% IF ( ISSUE.enumchron ) %] [% ISSUE.enumchron | html %][% END %] [% IF ( ISSUE.onsite_checkout ) %] (On-site checkout)[% END %] [% IF ( Koha.Preference('OpacStarRatings') == 'all' ) %] [% INCLUDE 'user-star-ratings.inc' item=ISSUE %] [% END %] [% ISSUE.author | html %] 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 && !Koha.Preference('OpacNoItemTypeImages') ) %] [% ISSUE.description | html %] [% END %] [% ISSUE.description | html %] Barcode: [% ISSUE.barcode | html %] Call no.: [% ISSUE.itemcallnumber | html %] [% IF ISSUE.renewed %]Renewed!
[% END %] [% IF ( ISSUE.status ) %] [% IF ( canrenew ) %] Renew [% END %] [% IF ISSUE.renewalfee > 0 %] Fee for item type '[% ItemTypes.GetDescription( ISSUE.renewalitemtype) | html %]': [% ISSUE.renewalfee | $Price %] [% END %] [% IF ISSUE.itemtype_object.rentalcharge_daily > 0 %] [% ISSUE.itemtype_object.rentalcharge_daily | $Price %] per day [% END %] [% IF ISSUE.itemtype_object.rentalcharge_hourly > 0 %] [% ISSUE.itemtype_object.rentalcharge_hourly | $Price %] per hour [% END %] ([% ISSUE.renewsleft | html %] of [% ISSUE.renewsallowed | html %] 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 | html %] of [% ISSUE.renewsallowed | html %] renewals remaining) [% ELSIF ISSUE.auto_account_expired %] Automatic renewal failed, your account is expired. ([% ISSUE.renewsleft | html %] of [% ISSUE.renewsallowed | html %] renewals remaining) [% ELSIF ( ISSUE.too_soon ) %] No renewal before [% ISSUE.soonestrenewdate | html %] ([% ISSUE.renewsleft | html %] of [% ISSUE.renewsallowed | html %] renewals remaining) [% ELSIF ( ISSUE.auto_renew || ISSUE.auto_too_soon ) %] Automatic renewal ([% ISSUE.renewsleft | html %] of [% ISSUE.renewsallowed | html %] renewals remaining) [% ELSIF ( ISSUE.item_denied_renewal ) %] Renewal not allowed [% 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 && !( logged_in_user.is_expired && logged_in_user.category.effective_BlockExpiredPatronOpacActions ) ) %] [% END %]
[% IF ( canrenew && !userdebarred && OpacRenewalAllowed && !( logged_in_user.is_expired && logged_in_user.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 ( amountoutstanding > 0 ) %]

Charges

Amount
You currently owe fines and charges amounting to: [% amountoutstanding | $Price %]
[% END %] [% IF ( amountoutstanding < 0 ) %]

Credits

Amount
You have a credit of:[% amountoutstanding * -1 | $Price %]
[% END %] [% IF relatives_with_fines %]

Fines and charges

[% FOREACH r IN relatives_with_fines %] [% END %]
Amount
[% r.firstname | html %] [% r.surname | html %] currently owes fines and charges amounting to: [% r.account.balance | $Price %]
[% END %] [% END # / OPACFinesTab %] [% IF relatives %]
[% FOREACH r IN relatives %] [% FOREACH c IN r.checkouts %] [% END %] [% END %]
Title Due Barcode Call no. Relative
[% i.item.biblio.title | html %][% IF ( i.item.enumchron ) %] [% i.item.enumchron | html %][% END %] [% c.date_due | $KohaDates %] [% c.item.barcode | html %] [% c.item.itemcallnumber | html %] [% r.firstname | html %] [% r.surname | html %]
[% END %] [% IF ( overdues_count ) %]
[% IF ( JacketImages || AdlibrisEnabled ) %][% END %] [% UNLESS ( item_level_itypes ) %] [% END %] [% IF ( show_barcode ) %][% END %] [% IF ( OpacRenewalAllowed ) %] [% END %] [% IF ( OPACFinesTab ) %] [% END %] [% FOREACH OVERDUE IN OVERDUES %] [% IF ( JacketImages || AdlibrisEnabled ) %] [% END # /IF jacketcell %] [% UNLESS ( item_level_itypes ) %] [% END %] [% IF ( show_barcode ) %] [% END %] [% IF ( OpacRenewalAllowed ) %] [% END %] [% IF ( OPACFinesTab ) %] [% END %] [% END %]
Overdues ([% overdues_count | html %] total)
 TitleItem typeBarcodeCall no. DueRenewFines
[% IF ( AdlibrisEnabled && OVERDUE.normalized_isbn ) %] Adlibris cover image [% END %] [% 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 %]
[% INCLUDE 'biblio-title.inc' biblio=OVERDUE %] [% OVERDUE.author | html %] [% IF ( OVERDUE.imageurl && !Koha.Preference('OpacNoItemTypeImages') ) %] [% OVERDUE.description | html %] [% END %] [% OVERDUE.description | html %] Barcode: [% OVERDUE.barcode | html %] Call no.: [% OVERDUE.itemcallnumber | html %] Date due: [% OVERDUE.date_due | $KohaDates as_due_date => 1 %] [% IF ( OVERDUE.debarred ) %] Account frozen [% ELSIF ( OVERDUE.status ) %] [% IF ( canrenew ) %] Renew [% END %] ([% OVERDUE.renewsleft | html %] of [% OVERDUE.renewsallowed | html %] 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 %] [% PROCESS 'holds-table.inc' HOLDS = RESERVES, SuspendHoldsOpac = SuspendHoldsOpac, showpriority = showpriority, AutoResumeSuspendedHolds = AutoResumeSuspendedHolds %] [% IF Koha.Preference('ArticleRequests') %]
[% IF logged_in_user.article_requests_current.count %] [% FOREACH ar IN logged_in_user.article_requests_current %] [% END %]
Article requests ([% logged_in_user.article_requests_current.count | html %] total)
Record title Placed on Title Author Volume Issue Date Pages Chapters Notes Status Pickup library  
[% INCLUDE 'biblio-title.inc' biblio=ar.biblio %] [% ar.item.enumchron | html %] [% ar.biblio.author | html %] [% IF ar.itemnumber %] (only [% ar.item.barcode | html %])[% END %] [% ar.created_on | $KohaDates %] [% ar.title | html %] [% ar.author | html %] [% ar.volume | html %] [% ar.issue | html %] [% ar.date | html %] [% ar.pages | html %] [% ar.chapters | html %] [% ar.patron_notes | html %] [% IF ar.status == 'PENDING' %] Pending [% ELSIF ar.status == 'PROCESSING' %] Processing [% ELSIF ar.status == 'COMPLETED' %] Completed [% ELSIF ar.status == 'CANCELED' %] Canceled [% END %] [% ar.branch.branchname | html %] Cancel:
[% ELSE %]
You have no article requests currently.
[% END # IF article_requests_current.count %]
[% END %]
[% IF ( OverDriveCirculation ) %] [% INCLUDE 'overdrive-checkout.inc' %] [% IF ( Koha.Preference('OverDrivePasswordRequired') ) %] [% INCLUDE 'overdrive-login.inc' %] [% END %] [% END %] [% IF ( RecordedBooksCirculation ) %] [% INCLUDE 'recordedbooks-checkout.inc' %] [% END %] [% INCLUDE 'opac-bottom.inc' %] [% BLOCK jsinclude %] [% INCLUDE 'calendar.inc' %] [% INCLUDE 'datatables.inc' %] [% IF ( Koha.Preference('OpacStarRatings') == 'all' ) %] [% Asset.js("lib/jquery/plugins/jquery.barrating.min.js") | $raw %] [% Asset.js("js/ratings.js") | $raw %] [% END %] [% IF Koha.Preference('OverDriveCirculation') %] [% Asset.js("js/overdrive.js") | $raw %] [% END %] [% IF RecordedBooksCirculation %] [% Asset.js("js/recordedbooks.js") | $raw %] [% END %] [% END %]