my $borr = Koha::Patrons->find( $borrowernumber )->unblessed;
$template->param(%{$borr});
my $itemtypes = { map { $_->{itemtype} => $_ } @{ Koha::ItemTypes->search_with_localization->unblessed } };
# get the record
-