[% INCLUDE 'doc-head-open.inc' %] Koha › Check duplicate patron [% INCLUDE 'doc-head-close.inc' %]

[% UNLESS ( I ) %] [% title %] [% firstname %] [% END %] [% surname %] ([% cardnumber %])

[% UNLESS ( I ) %][% IF ( othernames ) %]“[% othernames %]”[% END %]

[% streetnumber %] [% IF ( roaddetails ) %] [% roaddetails %], [% END %] [% address %]
[% IF ( address2 ) %][% address2 %]
[% END %] [% IF ( city ) %][% city %][% END %] [% IF ( zipcode ) %][% zipcode %]
[% END %] [% IF ( country ) %][% country %][% END %]

    [% IF ( I ) %] [% IF ( phonepro ) %]
  1. Organization phone: [% phonepro %]
  2. [% END %] [% IF ( emailpro ) %]
  3. Organization email: [% emailpro %]
  4. [% END %] [% ELSE %] [% IF ( phone ) %]
  5. Home: [% phone %]
  6. [% END %] [% IF ( mobile ) %]
  7. Mobile: [% mobile %]
  8. [% END %] [% IF ( phonepro ) %]
  9. Work: [% phonepro %]
  10. [% END %] [% END %] [% IF ( P ) %] [% IF ( phone ) %]
  11. Professional phone: [% phone %]
  12. [% END %] [% IF ( mobile ) %]
  13. Professional mobile: [% mobile %]
  14. [% END %] [% END %] [% IF ( fax ) %]
  15. Fax: [% fax %]
  16. [% END %] [% UNLESS ( I ) %] [% IF ( email ) %]
  17. Email (home):[% email %]
  18. [% END %] [% IF ( emailpro ) %]
  19. Email (work): [% emailpro %]
  20. [% END %] [% END %]
  21. Initials: [% initials %]
  22. Date of birth:[% dateofbirth %]
  23. Gender:[% IF ( sex == 'F' ) %]Female[% ELSIF ( sex == 'M' ) %]Male[% ELSE %][% sex %][% END %]
  24. [% END %] [% IF ( printethnicityline ) %]
  25. Ethnicity:[% ethnicity %]
  26. Ethnicity notes: [% ethnotes %]
  27. [% END %] [% IF ( isguarantee ) %] [% IF ( guaranteeloop ) %]
  28. Guarantees:
  29. [% END %] [% ELSE %] [% IF ( guarantorborrowernumber ) %]
  30. Guarantor:[% guarantorsurname %], [% guarantorfirstname %]
  31. [% END %] [% END %]

Library use

  1. Card number: [% cardnumber %]
  2. Borrowernumber: [% borrowernumber %]
  3. Category: [% description %] ([% categorycode %])
  4. Registration date: [% dateenrolled %]
  5. Expiration date: [% IF ( reregistration ) %] [% dateexpiry %] [% ELSE %] [% dateexpiry %] [% END %]
  6. Library: [% branchname %]
  7. [% IF ( sort1 ) %]
  8. Sort field 1:[% lib1 %]
  9. [% END %] [% IF ( sort2 ) %]
  10. Sort field 2:[% lib2 %]
  11. [% END %]
[% INCLUDE 'popup-bottom.inc' %]