[% IF anchor %][% END %]
[% IF descend %][% text | html %][% END %]
[% IF not descend %][% text | html %][% IF year %] ([% year %])[% END %]
[% IF includeAlbum && album %][% "FROM" | string %]
[% album | html %][% END %]
[% IF includeArtist && artist %][% "BY" | string %]
[% artist | html %][% END %]
[% END %]
|
[% IF descend %] [% "PLAY" | string %] [% END %]
[% IF not descend %] [% "PLAY" | string %] [% END %]
|
[% IF descend %] [% FILTER nbsp %][% "ADD_TO_PLAYLIST" | string %][% END %] [% END %]
[% IF not descend %] [% FILTER nbsp %][% "ADD_TO_PLAYLIST" | string %][% END %] [% END %]
|
[% FOREACH mixer = mixerlinks.values.sort %]
[% PROCESS $mixer %]
[% END %]