@@ -, +, @@ guarantors --- .../prog/en/modules/members/moremember.tt | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt @@ -270,16 +270,22 @@ [% END %] - [% ELSIF guarantor_relationships %] - [% FOREACH gr IN guarantor_relationships %] + [% ELSIF guarantor_relationships.count > 0 %]
  • + [% IF guarantor_relationships.count > 1 %] + Guarantors: + [% ELSE %] Guarantor: - [% SET guarantor = gr.guarantor %] - [% IF logged_in_user.can_see_patron_infos( guarantor ) %] - [% guarantor.firstname | html %] [% guarantor.surname | html %] + [% END %] +
  • - [% END %] [% END %] [% # /div.rows %] --