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

@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@ @label:volume.reduce@ @label:volume.left@ @label:volume.right@ @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{@isfirst@} { }@}@
@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@}@ @part{short}{artist}@ @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@}@ @part{short}{artist}@ @part{short}{album}@ @part{short}{title}@ @length@ @if{@removable@}{@label:playing.remove@}{ }@ } { @label:playing.upall@ @label:playing.up@}@ @if{@islast@} { } { @label:playing.down@ @label:playing.downall@}@ }@
}@ @include{@label{menu}@end}@ @@