[% END %][% IF not currentsong %]class="listing">[% END %]  [% num + 1 %].  [% title | html %] [% IF artists.count == 1 %] [% artist = artists.next %] [% IF artist && artist != noArtist %] [% "BY" | string %] [% artist.name | html %] [% END %] [% ELSE %] [% IF artists %][% "BY" | string %][% END %] [% WHILE (artist = artists.next) %] [% NEXT IF artist.name == noArtist %] [% artist.name | html %] [% END %] [% END %] [% IF album && album != noAlbum %] [% "FROM" | string %] [% album.title %][% END %]