[% IF currentsong %][% END %]
[% IF not currentsong %][% END %][% title | html %][% IF not currentsong %][% END %]
[% IF currentsong %][% END %]
[% IF album && album != noAlbum %]
[% "FROM" | string %]
[% album.title | html %]
[% END %]
[% 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 %] |
[% "DELETE" | string %]
|