[% IF ( borrowernumber ) %]
[% INCLUDE 'patron-title.inc' %]
[% IF ( patronimages ) %]
[% IF ( picture ) %]
[% ELSE %]
[% END %]
[% END %]
[% IF ( address or address2 ) %]
[% IF ( address ) %]
- [% address %]
[% END %]
[% IF ( address2 ) %]
- [% address2 %]
[% END %]
[% ELSE %]
- No address stored.
[% END %]
- [% IF ( city ) %]
[% city %][% IF ( state ) %], [% state %][% END %]
[% zipcode %][% IF ( country ) %], [% country %][% END %]
[% ELSE %]
No city stored.
[% END %]
- [% IF ( phone ) %]
[% phone %]
[% ELSE %]
[% IF ( mobile ) %]
[% mobile %]
[% ELSE %]
[% IF ( phonepro ) %]
[% phonepro %]
[% ELSE %]
No phone stored.
[% END %]
[% END %]
[% END %]
[% IF ( email ) %]
- [% email %]
[% ELSE %]
[% IF ( emailpro ) %]
- [% emailpro %]
[% ELSE %]
- No email stored.
[% END %]
[% END %]
[% IF ( ExtendedPatronAttributes ) %][% FOREACH extendedattribute IN extendedattributes %]
[% IF ( extendedattribute.display_checkout ) %]
[% IF ( extendedattribute.value ) %]
- [% extendedattribute.description %] : [% IF ( extendedattribute.value_description ) %][% extendedattribute.value_description %][% ELSE %][% extendedattribute.value %][% END %]
[% END %]
[% END %]
[% END %][% END %]
- Category: [% categoryname %] ([% categorycode %])
- Home library: [% IF ( branchname ) %][% branchname %][% ELSE %][% branch %][% END %]
[% END %]