[%- IF artwork == 1 && (item.levelName == 'album' || item.levelName == 'age');
contentwrapper = 'galleryitem';
ELSE;
contentwrapper = 'contentitem';
END;
%]
[% IF item.heading %]
[% ELSE %]
[% WRAPPER $contentwrapper
controls = 'browsecontrols'
itemobj = item.itemobj
attributes = item.attributes
odd = item.odd
mixerlinks = item.mixerlinks
anchor = item.anchor
showdescend = item.showdescend
showplay = item.showplay
showplayall = item.showplayall
playallhref = item.playallhref
addallhref = item.addallhref
href = item.href %]
[% PROCESS iteminfo %]
[% END %]
[% END %]