[%- IF artwork == 1 && tree != 1 && (item.levelName == 'album' || item.levelName == 'age') && !query;
contentwrapper = 'galleryitem';
maxContributors = 3;
ELSE;
contentwrapper = 'contentitem';
END;
-%]
[%- IF item.heading %]
[%- ELSE -%]
[% WRAPPER $contentwrapper
controls = 'browsecontrols'
itemobj = item.itemobj
attributes = item.attributes
odd = item.odd
mixerlinks = item.mixerlinks || 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 %]