[[if $loud.artists|count gt 0]]
[[foreach name=loud_artists from=$loud.artists item=artist]]
[[if $Jasper.foreach.loud_artists.iteration gt 1]]
[[$artist.relation]]
[[/if]]
[[$artist.fullName]]
[[/foreach]]
[[/if]]
[[$loud.loudTitle]]
[[if $loud.reclabels|count gt 0]]
[[foreach name=loud_recordlable from=$loud.reclabels item=reclabel]]
[[if $Jasper.foreach.loud_recordlable.iteration gt 1]]
|
[[/if]]
[[$reclabel.reclabelTitle]]
[[/foreach]]
[[/if]]