[% playermodel _ "_MUSIC_PLAYER" | string %] [% IF player_name %][% player_name | html %][% END %]
[% IF player_chooser_list %][% 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 %][% "COLON" | string %]
[% songtitle %] [% IF album %]from[% END %]
[% album | html %]
[% IF artist %][% "BY" | string %] [% END %]
[% artist | html %]
[% IF songcount %] ([% "DELETE" | string %])[% END %]
[% IF not songcount %] [% "NOTHING" | string %] [% END %]
[% "PREV" | string %]
[% "SKIP" | string %]
[% IF not modeplay %][% END %][% IF modeplay %][% END %][% "PLAY" | string %][% 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 %][% "COLON" | string %]
[% 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 %]