[% INCLUDE 'doc-head-open.inc' %][% IF ( LibraryNameTitle ) %][% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha Online[% END %][% ELSE %]Koha Online[% END %] Catalog › Updating Details for [% FOREACH BORROWER_INF IN BORROWER_INFO %][% BORROWER_INF.firstname %] [% BORROWER_INF.surname %][% END %] [% INCLUDE 'doc-head-close.inc' %]
[% INCLUDE 'masthead.inc' %]
[% FOREACH BORROWER_INF IN BORROWER_INFO %]

[% BORROWER_INF.firstname %] [% BORROWER_INF.surname %]'s account > Your Personal Details

[% IF ( OPACPatronDetails ) %]
Name
Contact Information
Alternate Contact Information
Library Use:
  1. [% IF ( BORROWER_INF.ExtendedPatronAttributes ) %] [% FOREACH patron_attribute IN BORROWER_INF.patron_attributes %]
  2. [% IF ( patron_attribute.value_description ) %] [% ELSE %] [% END %]
  3. [% END %] [% END %]

Please make any necessary changes to your record. Submitting the form will notify a library staff member, who will make the changes permanent.

Cancel
[% ELSE %]

To make changes to your record please contact the library.

Contact Information
  1. Name: [% BORROWER_INF.firstname %] [% BORROWER_INF.surname %]
  2. Other Name: [% BORROWER_INF.othernames %]
  3. Address: [% BORROWER_INF.streetnumber %] [% BORROWER_INF.address %]
  4.  [% BORROWER_INF.address2 %]
  5. City: [% BORROWER_INF.city %]
  6. State: [% BORROWER_INF.state %]
  7. Zip Code: [% BORROWER_INF.zipcode %]
  8. Country: [% BORROWER_INF.country %]
  9. Primary Phone: [% BORROWER_INF.phone %]
  10. Secondary Phone: [% BORROWER_INF.mobile %]
  11. Other Phone: [% BORROWER_INF.phonepro %]
  12. Fax: [% BORROWER_INF.fax %]
  13. Primary Email: [% BORROWER_INF.email %]
  14. Secondary Email: [% BORROWER_INF.emailpro %]
Personal Information
  1. Date of Birth: [% BORROWER_INF.dateofbirth %]
  2. Gender: [% IF ( sex == 'F' ) %]Female[% END %] [% IF ( sex == 'M' ) %]Male[% END %]
Alternate Contact Information
  1. Alternate Address: [% BORROWER_INF.B_streetnumber %] [% BORROWER_INF.B_address %]
  2.  [% BORROWER_INF.B_address2 %]
  3. City: [% BORROWER_INF.B_city %]
  4. State: [% BORROWER_INF.B_state %]
  5. Zip Code: [% BORROWER_INF.B_zipcode %]
  6. Country: [% BORROWER_INF.B_country %]
  7. Phone: [% BORROWER_INF.B_phone %]
  8. Email: [% BORROWER_INF.B_email %]
Library Use:
  1. Card number: [% BORROWER_INF.cardnumber %]
  2. Home library: [% BORROWER_INF.branchname %]
  3. Patron Number: [% BORROWER_INF.borrowernumber %]
  4. Patron Category: [% BORROWER_INF.description %] ([% BORROWER_INF.categorycode %])
  5. Joined: [% BORROWER_INF.dateenrolled %]
  6. Expires: [% BORROWER_INF.dateexpiry %]
  7. [% IF ( BORROWER_INF.ExtendedPatronAttributes ) %] [% FOREACH patron_attribute IN BORROWER_INF.patron_attributes %]
  8. [% patron_attribute.description %] [% IF ( patron_attribute.value_description ) %] [% patron_attribute.value_description %] [% ELSE %] [% patron_attribute.value %] [% END %]
  9. [% END %] [% END %]
[% END %] [% END %]
[% INCLUDE 'navigation.inc' IsPatronPage=1 %]
[% INCLUDE 'opac-bottom.inc' %]