[%# duplicates circ-menu.inc but assumes all borrower attributes are in a borrower variable rather than in the global namespace %] [% IF borrower %]
[% borrower.firstname %] [% borrower.surname %] ([% borrower.cardnumber %])
[% END %]