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