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