[% l('Patron Information') %]

[% l('Barcode') %]: {{patron.card.barcode}}
[% l('Username') %]: {{patron.usrname}}
[% l('Prefix/Title') %]: {{patron.prefix}}
[% l('First Name') %]: {{patron.first_given_name}}
[% l('Middle Name') %]: {{patron.second_given_name}}
[% l('Last Name') %]: {{patron.family_name}}
[% l('Suffix') %]: {{patron.suffix}}
[% l('Holds Alias') %]: {{patron.alias}}
[% l('Date of Birth') %]: {{patron.dob}}
[% l('Juvenile') %]: {{patron.juvenile}}
[% l('Primary Identification Type') %]: {{patron.ident_type.name()}}
[% l('Primary Identification') %]: {{patron.ident_value}}
[% l('Secondary Identification Type') %]: {{patron.ident_type2.name()}}
[% l('Secondary Identification') %]: {{patron.ident_value2}}
[% l('Email Address') %]: {{patron.email}}
[% l('Daytime Phone') %]: {{patron.day_phone}}
[% l('Evening Phone') %]: {{patron.evening_phone}}
[% l('Other Phone') %]: {{patron.other_phone}}
[% l('Home Library') %]: {{patron.home_ou.name()}}
[% l('Main (Profile) Permission Group') %]: {{patron.profile.name()}}
[% l('Privilege Expiration Date') %]: {{patron.expire_date}}
[% l('Internet Access Level') %]: {{patron.net_access_level.name()}}
[% l('Active') %]: {{patron.active}}
[% l('Barred') %]: {{patron.barred}}
[% l('Is Group Lead Account') %]: {{patron.master_account}}
[% l('Claims-Returned Count') %]: {{patron.claims_returned_count}}
[% l('Claims-Never-Checked-Out Count') %]: {{patron.claims_never_checked_out_count}}
-------
[% l('Address') %]
[% l('Type') %]: {{address.address_type}}
[% l('Street (1)') %]: {{address.street1}}
[% l('Street (2)') %]: {{address.street2}}
[% l('City') %]: {{address.city}}
[% l('County') %]: {{address.county}}
[% l('State') %]: {{address.state}}
[% l('Postal Code') %]: {{address.post_code}}
[% l('Country') %]: {{address.country}}
[% l('Valid Address?') %]: {{address.valid}}
[% l('Within City Limits?') %]: {{address.within_city_limits}}
-------
[% l('Statistical Categories') %]
{{entry.stat_cat.name}} : {{entry.stat_cat_entry}}
-------
[% l('Surveys') %]
[% l('Survey') %] #{{collection.survey.id()}}: {{collection.survey.description()}}
[% l('Question') %]: {{response.question().question()}}
[% l('Answer') %]: {{response.answer().answer()}}
[% l('Date') %]: {{response.answer_date() | date:$root.egDateFormat}}
-------