[% playermodel _ "_MUSIC_PLAYER" | string %] [% IF player_name %][% player_name | html %][% END %]

[% IF player_chooser_list %]
[% "CURRENT_PLAYER" | string %]
[% END %]
[% IF modeplay %][% "PLAYING" | string %][% END %] [% IF modepause %][% "PAUSED_ON" | string %][% END %] [% IF modestop %][% "STOPPED_ON" | string %][% END %] [% IF currentsong %][% currentsong %] [% "OUT_OF" | string %] [% songcount %][% END %][% stringCOLON %]
[% songtitle %] [% IF itemobj.album.title.defined && itemobj.album.title != noAlbum %] [% stringFROM %] [% itemobj.album.title | html %] [%- END %] [% IF itemobj.artist && itemobj.artist != noArtist %] [% PROCESS artistsAsHTML.html %] [%- END %] [%- IF songcount %] ([% stringDELETE %]) [%- ELSE %] [% "NOTHING" | string %] [%- END %]

[% "PREV" | string %] [% "SKIP" | string %] [% IF not modeplay %][% END %][% IF modeplay %][% END %][% stringPLAY %][% IF modeplay %][% END %][% IF not modeplay %][% END %] [% IF modepause %][% END %][% "PAUSE" | string %][% IF modepause %][% END %] [% IF not modestop %][% END %][% IF modestop %][% END %][% "STOP" | string %][% IF modestop %][% END %][% IF not modestop %][% END %]
[% PROCESS statecontrol.html state='repeat' modes=['off','one','all'] %]
[% PROCESS statecontrol.html state='shuffle' modes=['off','songs','albums'] %] [% IF isplayer %]
[% "PLAYER" | string %][% stringCOLON %] [% IF mode == 'off' %][% END %][% IF mode != 'off' %][% END %][% "ON" | string %][% IF mode != 'off' %][% END %][% IF mode == 'off' %][% END %]/[% IF mode != 'off' %][% END %][% IF mode == 'off' %][% END %][% "OFF" | string %][% IF mode == 'off' %][% END %][% IF mode != 'off' %][% END %]

[% PROCESS volumecontrol.html %] [% END %] [% playlist %]