[% END %]
[% END %]
[% IF ( patron.dateofbirth ) %]
Born:
[% INCLUDE 'patron-age.inc' %]
[% END %]
[% UNLESS ( patron.address or patron.address2 ) %]
No address stored.
[% END %]
[% UNLESS ( patron.city ) %]
No city stored.
[% END %]
[% UNLESS ( patron.phone or patron.mobile or patron.phonepro) %]
No phone stored.
[% END %]
[% UNLESS ( patron.email or patron.emailpro) %]
No email stored.
[% END %]
[% UNLESS ( patron.dateofbirth ) %]
No date of birth stored.
[% END %]
[% END %]
[% IF Koha.Preference('ExtendedPatronAttributes') %]
[% FOREACH extendedattribute IN patron.extended_attributes %]
[% IF ( extendedattribute.type.display_checkout ) %] [%# FIXME We should filter in the line above %]
[% IF ( extendedattribute.attribute ) %] [%# FIXME Why that? why not if == 0? %]
[% extendedattribute.type.description | html %]: [% extendedattribute.description | html %]
[% END %]
[% END %]
[% END %]
[% END %]
Category: [% patron.category.description | html %] ([% patron.categorycode | html %])
Home library: [% Branches.GetName( patron.branchcode ) | html %]
Borrowernumber: [% patron.borrowernumber | html %]
Updated on [% patron.updated_on | $KohaDates with_hours => 1 %]
[% IF patron.account_locked %]
[% IF patron.login_attempts < 0 %]
Account has been administratively locked
[% ELSE %]
Account has been locked
[% END %]
[% END %]
[% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]
[% IF ( circview ) %]