[% USE raw %]
[% USE Koha %]
[% USE KohaDates %]
[% PROCESS 'member-display-address-style.inc' %]
[% SET footerjs = 1 %]
[% INCLUDE 'doc-head-open.inc' %]
Check duplicate patron › Koha
[% INCLUDE 'doc-head-close.inc' %]
[% INCLUDE 'patron-title.inc' %]
Library use
- Card number: [% patron.cardnumber | html %]
- Borrowernumber: [% patron.borrowernumber | html %]
- Category: [% patron.category.description | html %] ([% patron.category.categorycode | html %])
- Registration date: [% patron.dateenrolled | $KohaDates %]
- Expiration date:
[% IF ( was_renewed ) %]
[% patron.dateexpiry | $KohaDates %]
[% ELSE %]
[% patron.dateexpiry | $KohaDates %]
[% END %]
- Library: [% patron.library.branchname | html %]
[% IF ( patron.sort1 ) %]- Sort field 1:[% AuthorisedValues.GetByCode('Bsort1', patron.sort1) | html %]
[% END %]
[% IF ( patron.sort2 ) %]- Sort field 2:[% AuthorisedValues.GetByCode('Bsort2', patron.sort2) | html %]
[% END %]
[% UNLESS ( patron.autorenew_checkouts ) %]- Auto-renewal: Patron has opted out
[% END %]
[% INCLUDE 'intranet-bottom.inc' popup_window=1 %]