[% USE KohaDates %] [% INCLUDE 'doc-head-open.inc' %][% IF ( LibraryNameTitle ) %][% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %][% ELSE %]Koha online[% END %] catalog › Your personal details [% INCLUDE 'doc-head-close.inc' %]
[% INCLUDE 'masthead.inc' %]
[% FOREACH BORROWER_INF IN BORROWER_INFO %]

[% INCLUDE 'patron-title.inc' firstname = BORROWER_INF.firstname surname = BORROWER_INF.surname othernames = BORROWER_INF.othernames cardnumber = BORROWER_INF.cardnumber %]'s account ⇢ Your personal details

[% IF ( OPACPatronDetails ) %]
[% IF ( display_patron_image ) %]

[% END %]
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 ) %] [% patron_attribute.value_description %]" [% ELSE %] [% patron_attribute.value |html_line_break %] [% 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.

[% IF ( display_patron_image ) %]

[% END %]
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 | $KohaDates %]
  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 | $KohaDates %]
  6. Expires: [% BORROWER_INF.dateexpiry | $KohaDates %]
  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' %]