[% "BY" | string %]
[% contributorsHTML = [] %]
[% FOREACH contributorTuple IN itemobj.artistsWithAttributes %]
[% contributor = contributorTuple.artist %]
[% attrs = contributorTuple.attributes %]
[% contributorHTMLFrag = "$contributor.name" %]
[% contributorsHTML.push(contributorHTMLFrag) %]
[% END %]
[% contributorsHTML.join(', ') %]