r += $patron_to_html(row, { invert_name: 1 });
[% END %]
r += '<br/>';
[% IF CAN_borrowers_view_contact_information %]
[% IF CAN_user_borrowers_view_contact_information %]
r += '<div class="address"><ul>';
r += $format_address(row, { no_line_break: true, include_li: true });
-