[% USE Koha %] [% USE KohaDates %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Koha › Check duplicate patron [% INCLUDE 'doc-head-close.inc' %]

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

[% UNLESS ( I ) %][% IF ( othernames ) %]“[% othernames | html %]”[% END %]
    [% IF Koha.Preference( 'AddressFormat' ) %] [% INCLUDE "member-display-address-style-${ Koha.Preference( 'AddressFormat' ) }.inc" %] [% ELSE %] [% INCLUDE 'member-display-address-style-us.inc' %] [% END %]
    [% IF ( phone ) %]
  1. Primary phone: [% phone | html %]
  2. [% END %] [% IF ( phonepro ) %]
  3. Secondary phone: [% phonepro | html %]
  4. [% END %] [% IF ( mobile ) %]
  5. Other phone: [% mobile | html %]
  6. [% END %] [% IF ( fax ) %]
  7. Fax: [% fax | html %]
  8. [% END %] [% IF ( email ) %][% END %] [% IF ( emailpro ) %][% END %] [% UNLESS ( I ) %] [% IF ( inititals ) %]
  9. Initials: [% initials | html %]
  10. [% END %] [% IF ( dateofbirth ) %]
  11. Date of birth:[% dateofbirth | $KohaDates %]
  12. [% END %] [% IF ( sex ) %]
  13. Gender:[% IF ( sex == 'F' ) %]Female[% ELSIF ( sex == 'M' ) %]Male[% ELSE %][% sex | html %][% END %]
  14. [% END %][% END %] [% END %] [% IF ( isguarantee ) %] [% IF ( guaranteeloop ) %]
  15. Guarantees:
  16. [% END %] [% ELSE %] [% IF ( guarantor.borrowernumber ) %]
  17. Guarantor:[% guarantor.surname | html %], [% guarantor.firstname | html %]
  18. [% END %] [% END %]

Library use

  1. Card number: [% cardnumber | html %]
  2. Borrowernumber: [% borrowernumber | html %]
  3. Category: [% categoryname | html %] ([% categorycode | html %])
  4. Registration date: [% dateenrolled | $KohaDates %]
  5. Expiration date: [% IF ( was_renewed ) %] [% dateexpiry | $KohaDates %] [% ELSE %] [% dateexpiry | $KohaDates %] [% END %]
  6. Library: [% branchname | html %]
  7. [% IF ( sort1 ) %]
  8. Sort field 1:[% lib1 | html %]
  9. [% END %] [% IF ( sort2 ) %]
  10. Sort field 2:[% lib2 | html %]
  11. [% END %]
[% INCLUDE 'intranet-bottom.inc' popup_window=1 %]