[% IF player_needs_upgrade %][% "PLAYER_NEEDS_UPGRADE" | string %][% END %][% IF not player_needs_upgrade %][% IF playercount == '0' %][% "NO_PLAYER_FOUND" | string %][% END %][% IF playercount != '0' %][% IF songcount == '0' %][% "NOTHING" | string %][% END %][% END %][% END %][% songtitle %]
[% IF album %]
[% "FROM" | string %]
[% track.album.title | html %][% END %]
[% IF artist %]
[% "BY" | string %]
[% track.contributors.name | html %][% END %]