Lines 1-3
Link Here
|
|
|
1 |
[% USE KohaDates %] |
1 |
[% INCLUDE 'doc-head-open.inc' %] |
2 |
[% INCLUDE 'doc-head-open.inc' %] |
2 |
<title>Koha › Check duplicate patron</title> |
3 |
<title>Koha › Check duplicate patron</title> |
3 |
[% INCLUDE 'doc-head-close.inc' %] |
4 |
[% INCLUDE 'doc-head-close.inc' %] |
Lines 47-53
Link Here
|
47 |
[% IF ( emailpro ) %]<li><span class="label">Secondary email: </span><a href="mailto:[% emailpro %]">[% emailpro %]</a></li>[% END %] |
48 |
[% IF ( emailpro ) %]<li><span class="label">Secondary email: </span><a href="mailto:[% emailpro %]">[% emailpro %]</a></li>[% END %] |
48 |
[% END %] |
49 |
[% END %] |
49 |
<li><span class="label">Initials: </span>[% initials %]</li> |
50 |
<li><span class="label">Initials: </span>[% initials %]</li> |
50 |
<li><span class="label">Date of birth:</span>[% dateofbirth %]</li> |
51 |
<li><span class="label">Date of birth:</span>[% dateofbirth | $KohaDates %]</li> |
51 |
<li><span class="label">Gender:</span>[% IF ( sex == 'F' ) %]Female[% ELSIF ( sex == 'M' ) %]Male[% ELSE %][% sex %][% END %]</li>[% END %] |
52 |
<li><span class="label">Gender:</span>[% IF ( sex == 'F' ) %]Female[% ELSIF ( sex == 'M' ) %]Male[% ELSE %][% sex %][% END %]</li>[% END %] |
52 |
[% IF ( isguarantee ) %] |
53 |
[% IF ( isguarantee ) %] |
53 |
[% IF ( guaranteeloop ) %] |
54 |
[% IF ( guaranteeloop ) %] |
Lines 70-81
Link Here
|
70 |
<li><span class="label">Card number: </span>[% cardnumber %]</li> |
71 |
<li><span class="label">Card number: </span>[% cardnumber %]</li> |
71 |
<li><span class="label">Borrowernumber: </span> [% borrowernumber %]</li> |
72 |
<li><span class="label">Borrowernumber: </span> [% borrowernumber %]</li> |
72 |
<li><span class="label">Category: </span>[% description %] ([% categorycode %])</li> |
73 |
<li><span class="label">Category: </span>[% description %] ([% categorycode %])</li> |
73 |
<li><span class="label">Registration date: </span>[% dateenrolled %]</li> |
74 |
<li><span class="label">Registration date: </span>[% dateenrolled | $KohaDates %]</li> |
74 |
<li><span class="label">Expiration date: </span> |
75 |
<li><span class="label">Expiration date: </span> |
75 |
[% IF ( was_renewed ) %] |
76 |
[% IF ( was_renewed ) %] |
76 |
<strong class="reregistrinfo">[% dateexpiry %]</strong> |
77 |
<strong class="reregistrinfo">[% dateexpiry | $KohaDates %]</strong> |
77 |
[% ELSE %] |
78 |
[% ELSE %] |
78 |
[% dateexpiry %] |
79 |
[% dateexpiry | $KohaDates %] |
79 |
[% END %] |
80 |
[% END %] |
80 |
</li> |
81 |
</li> |
81 |
<li><span class="label">Library: </span>[% branchname %]</li> |
82 |
<li><span class="label">Library: </span>[% branchname %]</li> |