[% USE raw %] [% USE Koha %] [% USE KohaDates %] [% PROCESS 'member-display-address-style.inc' %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Koha › Check duplicate patron [% INCLUDE 'doc-head-close.inc' %]

[% INCLUDE 'patron-title.inc' %]

[% IF ( patron.othernames ) %]“[% patron.othernames | html %]”[% END %]
    [% PROCESS 'display-address-style' %]
    [% IF ( patron.phone ) %]
  1. Primary phone: [% patron.phone | html %]
  2. [% END %] [% IF ( patron.phonepro ) %]
  3. Secondary phone: [% patron.phonepro | html %]
  4. [% END %] [% IF ( patron.mobile ) %]
  5. Other phone: [% patron.mobile | html %]
  6. [% END %] [% IF ( patron.fax ) %]
  7. Fax: [% patron.fax | html %]
  8. [% END %] [% IF ( patron.email ) %][% END %] [% IF ( patron.emailpro ) %][% END %] [% UNLESS ( I ) %] [% IF ( patron.initials ) %]
  9. Initials: [% patron.initials | html %]
  10. [% END %] [% IF ( patron.dateofbirth ) %]
  11. Date of birth:[% patron.dateofbirth | $KohaDates %]
  12. [% END %] [% IF ( patron.sex ) %]
  13. Gender:[% IF ( patron.sex == 'F' ) %]Female[% ELSIF ( patron.sex == 'M' ) %]Male[% ELSIF ( patron.sex == 'O' ) %]Other[% ELSE %][% patron.sex | html %][% END %]
  14. [% END %] [% END %] [% IF guarantees %]
  15. Guarantees:
  16. [% ELSIF guarantor_relationships %] [% FOREACH gr IN guarantor_relationships %]
  17. Guarantor: [% SET guarantor = gr.guarantor %] [% guarantor.firstname | html %] [% guarantor.surname | html %]
  18. [% END %] [% END %]

Library use

  1. Card number: [% patron.cardnumber | html %]
  2. Borrowernumber: [% patron.borrowernumber | html %]
  3. Category: [% patron.category.description | html %] ([% patron.category.categorycode | html %])
  4. Registration date: [% patron.dateenrolled | $KohaDates %]
  5. Expiration date: [% IF ( was_renewed ) %] [% patron.dateexpiry | $KohaDates %] [% ELSE %] [% patron.dateexpiry | $KohaDates %] [% END %]
  6. Library: [% patron.library.branchname | html %]
  7. [% IF ( patron.sort1 ) %]
  8. Sort field 1:[% AuthorisedValues.GetByCode('Bsort1', patron.sort1) | html %]
  9. [% END %] [% IF ( patron.sort2 ) %]
  10. Sort field 2:[% AuthorisedValues.GetByCode('Bsort2', patron.sort2) | html %]
  11. [% END %] [% UNLESS ( patron.autorenew_checkouts ) %]
  12. Auto-renewal: Patron has opted out
  13. [% END %]
[% INCLUDE 'intranet-bottom.inc' popup_window=1 %]