[% UNLESS noby %][% "BY" | string -%][% END %] [% contributorsHTML = [] %] [% FOREACH contributorTuple IN itemobj.artistsWithAttributes %] [% contributor = contributorTuple.artist %] [% attrs = contributorTuple.attributes %] [% target = notarget ? '' : 'target="browser"' %] [% contributorHTMLFrag = "$contributor.name" %] [% contributorsHTML.push(contributorHTMLFrag) %] [% END %] [% contributorsHTML.join(', ') %]