[% USE Koha %] [% USE KohaDates %] [% 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 %]
[% IF Koha.Preference( 'AddressFormat' ) %] [% INCLUDE "member-display-address-style-${ Koha.Preference( 'AddressFormat' ) }.inc" %] [% ELSE %] [% INCLUDE 'member-display-address-style-us.inc' %] [% END %]
    [% IF ( I ) %] [% IF ( phonepro ) %]
  1. Organization phone: [% phonepro %]
  2. [% END %] [% IF ( emailpro ) %]
  3. Organization email: [% emailpro %]
  4. [% END %] [% ELSE %] [% IF ( phone ) %]
  5. Primary phone: [% phone %]
  6. [% END %] [% IF ( phonepro ) %]
  7. Secondary phone: [% phonepro %]
  8. [% END %] [% IF ( mobile ) %]
  9. Other phone: [% mobile %]
  10. [% END %] [% END %] [% IF ( P ) %] [% IF ( phone ) %]
  11. Primary phone: [% phone %]
  12. [% END %] [% IF ( mobile ) %]
  13. Other phone: [% mobile %]
  14. [% END %] [% END %] [% IF ( fax ) %]
  15. Fax: [% fax %]
  16. [% END %] [% UNLESS ( I ) %] [% IF ( email ) %][% END %] [% IF ( emailpro ) %][% END %] [% END %]
  17. Initials: [% initials %]
  18. Date of birth:[% dateofbirth | $KohaDates %]
  19. Gender:[% IF ( sex == 'F' ) %]Female[% ELSIF ( sex == 'M' ) %]Male[% ELSE %][% sex %][% END %]
  20. [% END %] [% IF ( isguarantee ) %] [% IF ( guaranteeloop ) %]
  21. Guarantees:
  22. [% END %] [% ELSE %] [% IF ( guarantorborrowernumber ) %]
  23. Guarantor:[% guarantorsurname %], [% guarantorfirstname %]
  24. [% END %] [% END %]

Library use

  1. Card number: [% cardnumber %]
  2. Borrowernumber: [% borrowernumber %]
  3. Category: [% description %] ([% categorycode %])
  4. Registration date: [% dateenrolled | $KohaDates %]
  5. Expiration date: [% IF ( was_renewed ) %] [% dateexpiry | $KohaDates %] [% ELSE %] [% dateexpiry | $KohaDates %] [% 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' %]