[% IF !(Koha.Preference('HidePersonalPatronDetailOnCirculation')) %]
[% SWITCH Koha.Preference( 'AddressFormat' ) %]
[% CASE 'de' %]
[% INCLUDE 'member-display-address-style-de.inc' %]
[% CASE # us %]
[% INCLUDE 'member-display-address-style-us.inc' %]
[% END %]
[% IF ( patron.phone || patron.mobile || patron.phonepro ) %]
[% END %]
[% 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 %]
[% END %]
[% IF Koha.Preference('ExtendedPatronAttributes') %]
[% FOREACH extendedattribute IN patron.attributes %]
[% IF ( extendedattribute.display_checkout ) %]
[% extendedattribute.type_description | html %] : [% IF ( extendedattribute.value_description ) %][% extendedattribute.value_description | html %][% ELSE %][% extendedattribute.attribute | 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 ( CAN_user_circulate_circulate_remaining_permissions ) %]
[% IF ( circview ) %]