[% IF ( error == 'CANT_DELETE_STAFF' ) %]
[% END %]
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_ANONYMOUS_PATRON' ) %]Unable to delete patron that is set as AnonymousPatron
This patron cannot be deleted while set as AnonymousPatron in the system preferences.
[% END %] [% IF ( error == 'CANT_DELETE' ) %]Unable to delete patron
Insufficient privileges.
[% END %][% UNLESS ( I ) %] [% patron.title | html %] [% patron.firstname | html %] [% END %] [% patron.surname | html %] ([% patron.cardnumber | html %])
[% IF ( was_renewed ) %] [% END %]
[% IF ( patron.othernames ) %]“[% patron.othernames | html %]”[% END %]
[% # /div.rows %]
[% # /div#patron-information %]
[% IF Koha.Preference('HouseboundModule') %]
-
[% PROCESS 'display-address-style' %]
-
[% IF ( patron.phone ) %]
- Primary phone: [% patron.phone | html %] [% END %] [% IF ( patron.phonepro ) %]
- Secondary phone: [% patron.phonepro | html %] [% END %] [% IF ( patron.mobile ) %]
- Other phone: [% patron.mobile | html %] [% END %] [% IF ( patron.fax ) %]
- Fax: [% patron.fax | html %] [% END %] [% IF ( patron.email ) %]
- Primary email: [% patron.email | html %] [% END %] [% IF ( patron.emailpro ) %]
- Secondary email: [% patron.emailpro | html %] [% END %] [% UNLESS ( I ) %] [% IF ( patron.initials ) %]
- Initials: [% patron.initials | html %] [% END %] [% IF ( patron.dateofbirth ) %]
- Date of birth: [% INCLUDE 'patron-age.inc' %] [% END %] [% IF ( patron.sex ) %]
- Gender: [% IF ( patron.sex == 'F' ) %]Female[% ELSIF ( patron.sex == 'M' ) %]Male[% ELSIF (patron.sex == 'O' ) %]Other[% ELSE %][% patron.sex | html %][% END %] [% END %] [% END %]
- Show checkouts to guarantor [% IF patron.privacy_guarantor_checkouts %] Yes [% ELSE %] No [% END %]
- Show fines to guarantor [% IF patron.privacy_guarantor_fines %] Yes [% ELSE %] No [% END %] [% IF guarantees %]
-
Guarantees:
-
[% FOREACH guarantee IN guarantees %]
[% IF logged_in_user.can_see_patron_infos( guarantee ) %]
- [% guarantee.firstname | html %] [% guarantee.surname | html %] [% ELSE %]
- [% guarantee.firstname | html %] [% guarantee.surname | html %] [% END %] [% END %]
[% ELSIF guarantor_relationships.count > 0 OR ( patron.contactfirstname OR patron.contactname ) %]
-
[% IF guarantor_relationships.count > 1 OR guarantor_relationships.count == 0 AND ( patron.contactfirstname OR patron.contactname ) %]
Guarantors:
[% ELSE %]
Guarantor:
[% END %]
-
[% FOREACH gr IN guarantor_relationships %]
[% SET guarantor = gr.guarantor %]
[% IF logged_in_user.can_see_patron_infos( guarantor ) %]
- [% guarantor.firstname | html %] [% guarantor.surname | html %][% IF gr.relationship %] ([% gr.relationship | html %])[% END %] [% END %] [% END %] [% IF patron.contactfirstname OR patron.contactname %]
- [% patron.contactfirstname | html %] [% patron.contactname | html %][% IF patron.relationship %] ([% patron.relationship | html %])[% END %] [% END %]
[% END %]
[% IF ( patron.primary_contact_method ) %]
- Main contact method: [% SWITCH patron.primary_contact_method %] [% CASE 'phone' %] Primary phone [% CASE 'phonepro' %] Secondary phone [% CASE 'mobile' %] Other phone [% CASE 'email' %] Primary email [% CASE 'emailpro' %] Secondary email [% CASE 'fax' %] Fax [% END %] [% END %]
[% IF ( housebound_role.housebound_chooser == 1 OR housebound_role.housebound_deliverer == 1 ) %]
[% ELSE %]
[% END %]
[% #/ div#houseboundroles %]
[% END %]
[% IF Koha.Preference('ExtendedPatronAttributes') %]
[% UNLESS ( no_patron_attribute_types ) %]
Housebound roles
Edit- Chooser: [% IF ( housebound_role.housebound_chooser == 1 ) %] Yes [% ELSE %] No [% END %]
- Deliverer: [% IF ( housebound_role.housebound_deliverer == 1 ) %] Yes [% ELSE %] No [% END %]
Housebound roles
Add
[% IF ( attributes_loop ) %]
[% FOREACH attribute IN attributes_loop %]
[% IF attribute.class %]
[% INCLUDE 'messaging-preference-form.inc' %]
[% IF Koha.Preference('SMSSendDriver') %]
[% END %]
[% # /div#patron-messaging-prefs %]
[% END %]
Additional attributes and identifiers
Edit
[% ELSE %]
[% ELSE %]
[% END %]
[% # /div#patron-extended-attributes %]
[% END %]
[% END %]
[% IF ( EnhancedMessagingPreferences ) %]
[% END %]
[% END %]
[% attribute.lib | html %]
-
[% FOREACH item IN attribute.items %]
- [% item.type.description | html %]: [% item.description | html_line_break %] [% END %]
Additional attributes and identifiers
AddPatron messaging preferences
Edit- SMS number: [% patron.smsalertnumber | html %]
- SMS provider: [% patron.sms_provider.name | html %]
Library use
Edit- 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: [% Branches.GetName( patron.branchcode ) | html %] [% IF Koha.Preference( 'OPACPrivacy') %]
- Privacy pref: [% IF ( patron.privacy == 0 ) %]Forever[% END %] [% IF ( patron.privacy == 1 ) %]Default[% END %] [% IF ( patron.privacy == 2 ) %]Never[% END %] [% 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 %] [% UNLESS ( patron.autorenew_checkouts ) %]
- Auto-renewal: Patron has opted out [% END %]
- Username: [% patron.userid | html %]
- Password: [% IF ( patron.password ) %] ******* [% ELSE %] Undefined [% END %] [% IF ( patron.borrowernotes ) %]
-
Circulation note:
[% patron.borrowernotes | $raw | html_line_break %]
[% END %]
[% IF ( patron.opacnote ) %]
-
OPAC note:
[% patron.opacnote | html | html_line_break %]
[% 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 %]
[% IF ( patron.B_phone || patron.B_email || patron.contactnote || patron.B_address || patron.B_address2 || patron.B_city || patron.B_zipcode || patron.B_country ) %]
[% ELSE %]
[% END %]
[% # /div#patron-alternate-address %]
Alternate address
Edit-
[% PROCESS 'display-alt-address-style' %]
-
[% IF ( patron.B_phone ) %]
- Phone: [% patron.B_phone |html %] [% END %] [% IF ( patron.B_email ) %]
- Email: [% patron.B_email |html %] [% END %] [% IF ( patron.contactnote ) %]
- Contact note: [% patron.contactnote |html %] [% END %]
Alternate address
Add
[% IF ( patron.altcontactsurname || patron.altcontactfirstname || patron.altcontactaddress1 || patron.altcontactaddress2 || patron.altcontactaddress3 || patron.altcontactstate || patron.altcontactzipcode || patron.altcontactcountry || patron.altcontactphone ) %]
[% # /div.rows %]
[% ELSE %]
[% END %]
[% # /div#patron-alternative-contact %]
[% IF Koha.Preference('EnableBorrowerFiles') %]
Alternative contact
Edit-
[% IF ( patron.altcontactsurname ) %]
- Surname: [% patron.altcontactsurname | html %] [% END %] [% IF ( patron.altcontactfirstname ) %]
- First name: [% patron.altcontactfirstname | html %] [% END %] [% IF ( patron.altcontactaddress1 ) %]
- Address: [% patron.altcontactaddress1 | html %] [% END %] [% IF ( patron.altcontactaddress2 ) %]
- Address 2: [% patron.altcontactaddress2 | html %] [% END %] [% IF ( patron.altcontactaddress3 ) %]
- City: [% patron.altcontactaddress3 | html %] [% END %] [% IF ( patron.altcontactstate ) %]
- State: [% patron.altcontactstate | html %] [% END %] [% IF ( patron.altcontactzipcode ) %]
- ZIP/Postal code: [% patron.altcontactzipcode | html %] [% END %] [% IF ( patron.altcontactcountry ) %]
- Country: [% patron.altcontactcountry | html %] [% END %] [% IF ( patron.altcontactphone ) %]
- Phone: [% patron.altcontactphone | html %] [% END %]
Alternative contact
AddFiles
Manage [% IF ( files ) %]-
[% FOREACH f IN files %]
- [% f.file_name | html %] [% IF ( f.file_description ) %] - [% f.file_description | html %] [% END %] [% END # /FOREACH f %]
- [% issuecount | html %] Checkout(s) [% IF relatives_issues_count %]
- [% relatives_issues_count | html %] Relatives' checkouts [% END %] [% IF ( fines ) %]
- Charges ([% fines | $Price %]) [% END %] [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]
- [% IF ( holds_count ) %] [% holds_count | html %] Hold(s) [% ELSE %] 0 Holds [% END %] [% END %] [% IF Koha.Preference('ArticleRequests') %] [% SET article_requests = Context.Scalar( Context.Scalar( patron, 'article_requests' ), 'filter_by_current') %]
- [% article_requests.count | html %] Article requests [% END %] [% IF Koha.Preference('ClaimReturnedLostValue') %]
- [% IF ( patron.return_claims.count ) %] Claim(s) [% IF patron.return_claims.resolved.count == 0 %] [% patron.return_claims.resolved.count | html %] [% ELSE %] [% patron.return_claims.resolved.count | html %] [% END %] [% IF patron.return_claims.unresolved.count == 0 %] [% patron.return_claims.unresolved.count | html %] [% ELSE %] [% patron.return_claims.unresolved.count | html %] [% END %] [% ELSE %] Claim(s) 0 0 [% END %] [% END %]
- [% debarments.size | html %] Restrictions [% SET enrollments = patron.get_club_enrollments %] [% SET enrollable = patron.get_enrollable_clubs(0) %] [% IF CAN_user_clubs && ( enrollable.count || enrollments.count ) %]
- Clubs ([% enrollments.count | html %]/[% enrollable.count | html %]) [% END %] [% IF Koha.Preference('UseRecalls') %]
- [% recalls.count | html %] Recalls [% END %]
[% IF ( fines ) %]
[% END %]
[% IF CAN_user_clubs && ( enrollments.count || enrollable.count ) %]
Total due: [% fines | $Price %]
[% ELSE %]No outstanding charges
[% END %]
Loading...
[% END %]
[% IF Koha.Preference('UseRecalls') %]
[% INCLUDE 'recalls.inc' %]
[% END %]
[% INCLUDE borrower_debarments.inc %]
[% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]
[% IF ( holds_count ) %]
[% IF Koha.Preference('SuspendHoldsIntranet') %]
[% END # IF SuspendHoldsIntranet %]
[% ELSE %]
[% # /div#reserves %]
[% END %]
[% IF Koha.Preference('ClaimReturnedLostValue') %]
[% INCLUDE 'patron-return-claims.inc' %]
[% END %]
[% IF Koha.Preference('ArticleRequests') %]
[% INCLUDE 'patron-article-requests.inc' %]
[% END %]
Patron has nothing on hold.
[% END %]