[% INCLUDE 'members-toolbar.inc' %]
[% IF ( error ) %]
[% IF ( error == 'CANT_DELETE_STAFF' ) %]
Unable to delete staff user
Insufficient privileges.
[% END %]
[% IF ( error == 'CANT_DELETE_YOURSELF' ) %]
Not allowed to delete own account
Deleting your own account would lock you out of Koha.
[% END %]
[% IF ( error == 'CANT_DELETE_OTHERLIBRARY' ) %]
Unable to delete patrons from other libraries with current settings
Insufficient privileges.
[% END %]
[% IF ( error == 'CANT_DELETE' ) %]
Unable to delete patron
Insufficient privileges.
[% END %]
[% END %]
[% IF ( was_renewed ) %]
Patron's account has been renewed until [% patron.dateexpiry | $KohaDates %]
[% END %]
[% IF fines %]
[% INCLUDE 'blocked-fines.inc' %]
[% END %]
[% IF ( patron_messages ) %]
[% END %]
[% IF ( flagged ) %]
[% IF ( userdebarred ) %]
- Patron's account is restricted
[% IF ( userdebarreddate ) %]
until [% userdebarreddate | html %]
[% END %]
[% IF ( debarredcomment ) %]
with the explanation:
[% IF debarredcomment.search('OVERDUES_PROCESS') %]
Restriction added by overdues process [% debarredcomment.remove('OVERDUES_PROCESS ') | html_line_break %]
[% ELSE %]
[% debarredcomment | html_line_break %]
[% END %]
[% END %]
View restrictions
[% END %]
[% IF ( patron.gonenoaddress ) %]
- Patron's address is in doubt.
[% END %]
[% IF ( lost ) %]
- Patron's card has been reported lost.
[% END %]
[% IF ( patron.is_expired ) %]
-
Expiration:
[% IF ( patron.dateexpiry ) %]
Patron's card expired on [% patron.dateexpiry | $KohaDates %].
[% ELSE %]
Patron's card has expired.
[% END %]
Renew or Edit details
[% ELSIF ( patron.is_going_to_expire ) %]
-
Expiration: Patron's card will expire soon.
Patron's card expires on [% expiry | $KohaDates %]
Renew or Edit details
[% END %]
[% END %]
[% UNLESS ( I ) %]
[% patron.title | html %] [% patron.firstname | html %]
[% END %]
[% patron.surname | html %] ([% patron.cardnumber | html %])
[% # /div#patron-information %]
[% IF ( patronimages ) %]
[% IF ( CAN_user_tools_batch_upload_patron_images ) %]
[% IF ( patron.image ) %]
[% ELSE %]
[% END %]
[% # /div#manage-patron-image %]
[% END %]
[% END %]
[% IF Koha.Preference('HouseboundModule') %]
[% IF ( housebound_role.housebound_chooser == 1 OR housebound_role.housebound_deliverer == 1 ) %]
-
Chooser:
[% IF ( housebound_role.housebound_chooser == 1 ) %]
Yes
[% ELSE %]
No
[% END %]
-
Deliverer:
[% IF ( housebound_role.housebound_deliverer == 1 ) %]
Yes
[% ELSE %]
No
[% END %]
[% ELSE %]
[% END %]
[% #/ div#houseboundroles %]
[% END %]
[% IF ( ExtendedPatronAttributes ) %]
[% UNLESS ( no_patron_attribute_types ) %]
[% IF ( attributes_loop ) %]
Additional attributes and identifiers
Edit
[% FOREACH attribute IN attributes_loop %]
[% IF attribute.class %]
[% ELSE %]
[% END %]
[% attribute.lib | html %]
[% FOREACH item IN attribute.items %]
-
[% item.description | html %]:
[% IF ( item.value_description ) %]
[% item.value_description | html %]
[% ELSE %]
[% item.value| html | html_line_break %]
[% END %]
[% END %]
[% END %]
[% ELSE %]
Additional attributes and identifiers
Add
[% END %]
[% # /div#patron-extended-attributes %]
[% END %]
[% END %]
[% IF ( EnhancedMessagingPreferences ) %]
Patron messaging preferences
Edit
[% INCLUDE 'messaging-preference-form.inc' %]
[% IF ( SMSSendDriver ) %]
[% END %]
[% # /div#patron-messaging-prefs %]
[% END %]
[% # /div.yui-u.first %]
-
Card number:
[% patron.cardnumber | html %]
-
Borrowernumber:
[% patron.borrowernumber | html %]
-
Category:
[% patron.category.description | html %] ([% patron.categorycode | html %])
-
Registration date:
[% patron.dateenrolled | $KohaDates %]
[% IF ( patron.date_renewed ) %]
-
Renewal date:
[% patron.date_renewed | $KohaDates %]
[% END %]
-
Expiration date:
[% IF ( was_renewed ) %]
[% patron.dateexpiry | $KohaDates %]
[% ELSIF ( patron.is_expired ) %]
[% patron.dateexpiry | $KohaDates %]
Expired
Renew or Edit details
[% ELSIF ( patron.is_going_to_expire ) %]
[% patron.dateexpiry | $KohaDates %]
Patron expires soon
Renew or Edit details
[% ELSE %]
[% patron.dateexpiry | $KohaDates %]
[% END %]
-
Library:
[% branchname | html %]
[% IF ( OPACPrivacy ) %]
-
Privacy Pref:
[% IF ( privacy0 ) %]Forever[% END %]
[% IF ( privacy1 ) %]Default[% END %]
[% IF ( privacy2 ) %]Never[% END %]
[% END %]
-
Show checkouts to guarantor
[% IF privacy_guarantor_checkouts %]
Yes
[% ELSE %]
No
[% END %]
[% IF ( patron.sort1 ) %]
-
Sort field 1:
[% AuthorisedValues.GetByCode('Bsort1', patron.sort1) | html %]
[% END %]
[% IF ( patron.sort2 ) %]
-
Sort field 2:
[% AuthorisedValues.GetByCode('Bsort2', patron.sort2) | html %]
[% END %]
-
Username:
[% patron.userid | html %]
-
Password:
[% IF ( patron.password ) %]
*******
[% ELSE %]
Undefined
[% END %]
[% IF ( patron.borrowernotes ) %]
-
Circulation note:
[% patron.borrowernotes | html %]
[% END %]
[% IF ( patron.opacnote ) %]
-
OPAC note:
[% patron.opacnote | html %]
[% END %]
[% IF ( Koha.Preference('CheckPrevCheckout') == 'softyes' || Koha.Preference('CheckPrevCheckout') == 'softno' ) %]
-
Check previous checkouts:
[% IF ( patron.checkprevcheckout == 'yes' ) %]
Yes
[% ELSIF ( patron.checkprevcheckout == 'no' ) %]
No
[% ELSE %]
Inherited
[% END %]
[% END %]
[% IF Koha.Preference('TranslateNotices') %]
-
Preferred language for notices:
[% translated_language | html %]
[% END %]
[% # /div.rows %]
[% # /div#patron-library-details %]
[% IF ( patron.B_phone || patron.B_email || patron.contactnote || patron.B_address || patron.B_address2 || patron.B_city || patron.B_zipcode || patron.B_country ) %]
[% IF Koha.Preference( 'AddressFormat' ) %]
[% INCLUDE "member-display-alt-address-style-${ Koha.Preference( 'AddressFormat' ) }.inc" %]
[% ELSE %]
[% INCLUDE 'member-display-alt-address-style-us.inc' %]
[% END %]
[% ELSE %]
[% END %]
[% # /div#patron-alternate-address %]
[% # /div#patron-alternative-contact %]
[% # /div.yui-u %]
[% # /div.yui-g %]
[% INCLUDE "checkouts-table.inc" %]
[% IF ( relatives_issues_count ) %]
Due date hidden not formatted |
Due date |
Title |
Item type |
Location |
Checked out on |
Checked out from |
Call no |
Charge |
Fine |
Price |
Patron |
[% END %]
[% IF ( totaldue_raw ) %]
Total due: [% totaldue | html %]
[% ELSE %]
No outstanding charges
[% END %]
[% IF CAN_user_clubs && ( enrollments.count || enrollable.count ) %]
Loading...
[% END %]
[% INCLUDE borrower_debarments.inc %]
[% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]
[% IF ( holds_count ) %]
[% IF Koha.Preference('SuspendHoldsIntranet') %]
[% END # IF SuspendHoldsIntranet %]
[% ELSE %]
Patron has nothing on hold.
[% END %]
[% # /div#reserves %]
[% END %]
[% IF Koha.Preference('ArticleRequests') %]
[% INCLUDE 'patron-article-requests.inc' %]
[% END %]
[% # /div#finesholdsissues %]
[% # /div.yui-b %]
[% # /div#yui-main %]
[% INCLUDE 'circ-menu.inc' %]
[% # /div#bd %]
[% MACRO jsinclude BLOCK %]
[% INCLUDE 'datatables.inc' %]
[% INCLUDE 'columns_settings.inc' %]
[% INCLUDE 'strings.inc' %]
[% INCLUDE 'calendar.inc' %]
[% Asset.js("lib/jquery/plugins/jquery.checkboxes.min.js") | $raw %]
[% Asset.js("lib/jquery/plugins/jquery-ui-timepicker-addon.min.js") | $raw %]
[% INCLUDE 'timepicker.inc' %]
[% Asset.js("lib/jquery/plugins/jquery.dataTables.rowGrouping.js") | $raw %]
[% Asset.js("js/pages/circulation.js") | $raw %]
[% Asset.js("js/checkouts.js") | $raw %]
[% Asset.js("js/holds.js") | $raw %]
[% INCLUDE 'str/members-menu.inc' %]
[% Asset.js("js/members-menu.js") | $raw %]
[% Asset.js("js/messaging-preference-form.js") | $raw %]
[% END %]
[% INCLUDE 'intranet-bottom.inc' %]