[% IF anchor %][% END %]
[% IF item.childCount %]
[% item.title | html %]
[% ELSE %]
[% item.title | html %]
[% IF item.album %][% "FROM" | string %] [% item.album | html %][% END %]
[% IF item.artist %][% "BY" | string %] [% item.artist | html %][% END %]
[% END %]
|
[% SET class = odd ? 'odd" bgcolor="#d0d0d0':'even" bgcolor="#FFFFFF' target='status' %]
[% IF item.url %]
[% "PLAY" | string %]
[% END %]
|
[% IF item.url %]
[% "ADD_TO_PLAYLIST" | string %]
[% END %]
|