[% IF adminWarning %]
[% END %]
[% INCLUDE 'opac-note.inc' %]
[% END %]
[% IF failed_holds %]
[% END %]
[% IF ( BORROWER_INFO.warndeparture ) %]
[% END # / IF patron_flagged %]
[% SET OPACMySummaryNote = Koha.Preference('OPACMySummaryNote') %]
[% IF OPACMySummaryNote %][% OPACMySummaryNote %][% END %]
[% END %]
[% IF BORROWER_INFO.amountoverzero %]
[% END %]
[% IF BORROWER_INFO.amountlessthanzero %]
[% END %]
[% END # / OPACFinesTab %]
[% IF relatives %]
[% END %]
[% IF ( overdues_count ) %]
[% END # /overdues_count %]
[% IF ( RESERVES.count ) %]
[% IF SuspendHoldsOpac %]
[% END %]
[% END # / #RESERVES.count %]
[% IF Koha.Preference('ArticleRequests') %]
Warning: Using this account is not recommended because some parts of Koha will not function as expected. Instead, please log in with a different account. Log out
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 %]
[% IF ( patronupdate ) %]Thank you!
Your corrections have been submitted to the library, and a staff member will update your record as soon as possible.
Notice:
One or more holds were not placed due to existing holds.
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):
[% END %]
[% IF ( patron_flagged ) %]
-
[% 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 %]
-
[% 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: "[% BORROWER_INFO.debarredcomment %]"[% END %] [% IF ( BORROWER_INFO.userdebarreddate ) %] 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 %]
- Checked out ([% issues_count %]) [% IF relatives %]
- Relatives' checkouts [% END %] [% IF ( overdues_count ) %]
- Overdue ([% overdues_count %]) [% END %] [% IF ( OPACFinesTab ) %] [% IF ( BORROWER_INFO.amountoverfive ) %]
- Fines ([% amountoutstanding | $Price %]) [% END %] [% IF ( BORROWER_INFO.amountoverzero ) %]
- Fines ([% amountoutstanding | $Price %]) [% END %] [% IF ( BORROWER_INFO.amountlessthanzero ) %]
- Credits ([% amountoutstanding | $Price %]) [% END %] [% END %] [% IF borrower_club_enrollments.count || borrower_enrollable_clubs.count %]
- Clubs ([% borrower_club_enrollments.count || 0 %]/[% borrower_enrollable_clubs.count || 0 %]) [% END %] [% IF ( RESERVES.count ) %]
- Holds ([% RESERVES.count %]) [% END %] [% IF Koha.Preference('ArticleRequests') && borrower.article_requests_current %]
- Article requests ([% borrower.article_requests_current.count %]) [% END %] [% IF ( OverDriveCirculation ) %]
- OverDrive Account [% END %]
[% IF ( issues_count ) %]
[% IF ( canrenew && !userdebarred && OpacRenewalAllowed && !( borrower.is_expired && borrower.category.effective_BlockExpiredPatronOpacActions ) ) %]
[% END %]
[% ELSE %]
[% END # IF issues_count %]
[% IF borrower_club_enrollments.count || borrower_enrollable_clubs.count %]
You have nothing checked out |
Loading...
[% END %]
[% IF ( OPACFinesTab ) %]
[% IF BORROWER_INFO.amountoverfive %]
Fines and charges
Amount | |
---|---|
You currently owe fines and charges amounting to: | [% amountoutstanding | $Price %] |
Fines and charges
Amount | |
---|---|
You currently owe fines and charges amounting to: | [% amountoutstanding | $Price %] |
Credits
Amount | |
---|---|
You have a credit of: | [% amountoutstanding | $Price %] |
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 %] | Title | [% UNLESS ( item_level_itypes ) %]Item type | [% END %] [% IF ( show_barcode ) %]Barcode | [% END %]Call no. | Due | [% IF ( OpacRenewalAllowed ) %]Renew | [% END %] [% IF ( OPACFinesTab ) %]Fines | [% END %]
---|---|---|---|---|---|---|---|
[% IF ( OPACAmazonCoverImages ) %] [% IF ( OVERDUE.normalized_isbn ) %] [% 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 ) %] [% ELSE %] No cover image available [% END %] [% END %] [% IF ( SyndeticsCoverImages ) %] [% IF ( using_https ) %] [% ELSE %] [% END %] [% END %] | [% END # /IF jacketcell %][% OVERDUE.title |html %] [% FOREACH subtitl IN OVERDUE.subtitle %] [% subtitl.subfield %][% END %] [% OVERDUE.author %] | [% UNLESS ( item_level_itypes ) %][% IF ( OVERDUE.imageurl ) %] [% END %] [% OVERDUE.description %] | [% END %] [% IF ( show_barcode ) %]Barcode: [% OVERDUE.barcode %] | [% END %]Call no.: [% OVERDUE.itemcallnumber %] | Date due: [% OVERDUE.date_due_sql | $KohaDates as_due_date => 1 %] | [% IF ( OpacRenewalAllowed ) %][% 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 %] | [% END %] [% IF ( OPACFinesTab ) %]Fines: [% IF ( OVERDUE.charges ) %] Yes [% ELSE %] No [% END %] | [% END %]
Title | Placed on | Expires on | Pick up location | [% IF ( showpriority ) %]Priority | [% END %]Status | [% IF SuspendHoldsOpac %]Suspend | [% END %]Modify |
---|---|---|---|---|---|---|---|
[% 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 %] | [% IF ( showpriority ) %]Priority: [% RESERVE.priority %] | [% END %]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 SuspendHoldsOpac %][% IF ( RESERVE.is_cancelable ) %] [% IF RESERVE.suspend %] [% ELSE %] [% IF AutoResumeSuspendedHolds %] Suspend [% # hold suspend modal form %] [% ELSE %] [% END # / IF AutoResumeSuspendedHolds %] [% END # / IF RESERVE.suspend %] [% END # / IF ( RESERVE.is_cancelable )%] | [% END # / IF SuspendHoldsOpac %][% IF ( RESERVE.is_cancelable ) %] [% END %] |
[% IF borrower.article_requests_current.count %]
[% ELSE %]
[% END # IF article_requests_current.count %]
[% END %]
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 | [% END %]
---|
You have no article requests currently. |