@include:stdhead@ @if{@isplaying@}{@playing{@part:title@}@}{@label:playing.title@}@ @include{topbar}@

@label:playing.title@

@#{extra control buttons for the management page}@ @if{@arg:mgmt@}{

@if{@paused@}{ @label:playing.pause@ }{ @label:playing.pause@ }@ @if{@random-enabled@}{ @label:playing.random@ }{ @label:playing.random@ }@ @if{@enabled@}{ @label:playing.playing@ }{ @label:playing.playing@ }@

@label:playing.volume@ @right{volume}{ @label:volume.reduce@ }{}@ @label:volume.left@ @label:volume.right@ @right{volume}{}@ @right{volume}{ @label:volume.increase@ }{}@

}@ @#{only display the table if there is something to put in it}@ @if{@or{@isplaying@}{@isqueue@}@}{ @if{@arg:mgmt@}{ }@ @if{@isplaying@}{ @playing{ @if{@arg:mgmt@}{ }@ }@}@ @if{@isqueue@}{ @queue{ @if{@arg:mgmt@}{ @if{@or{@isfirst@} {@not{@movable@}@}@}{ }@}@
@label:heading.when@ @label:heading.who@ @label:heading.artist@ @label:heading.album@ @label:heading.title@ @label:heading.length@         
@label:playing.now@
@when@ @if{@eq{@who@}{}@}{@if{@eq{@state@}{random}@}{@label:playing.randomtrack@}{ }@}{@who@}@ @right{play}{@part{short}{artist}@}{@part{short}{artist}@}@ @right{play}{@part{short}{album}@}{@part{short}{album}@}@ @part{short}{title}@ @length@ @if{@scratchable@}{@label:playing.scratch@}{@label:playing.scratch@}@       
@label:playing.next@
@when@ @if{@eq{@who@}{}@}{@if{@eq{@state@}{random}@}{@label:queue.randomtrack@}{ }@}{@who@}@ @right{play}{@part{short}{artist}@}{@part{short}{artist}@}@ @right{play}{@part{short}{album}@}{@part{short}{album}@}@ @part{short}{title}@ @length@ @if{@removable@}{@label:playing.remove@}{@label:playing.remove@}@ }{ @label:playing.upall@ @label:playing.up@ }@ @if{@or{@islast@} {@not{@movable@}@}@}{ }{ @label:playing.downall@ @label:playing.down@ }@ }@
}@ @include{topbarend}@ @@