{{ _('Load') }} | {{ _('Free Space') }} |
---|---|
{{ load }} | {{ diskfree }} |
{% if state.state %} {{ state.title }} is alive {% else %} {{ state.title }} is down {% endif %}
{{ _('Playlist Status') }} |
{% if playerState %}
{{ _('File') }}: {{ playerState.file }}
{% if not playerState.complete %}
{{ _('Warning: recording was interrupted at') }} {{ playerState.recorded }}%!!!
{% endif %}
{% else %}
{{ _('Playlist not playing') }}
{% endif %}
|
{% if playerState %} {{ _('Next event') }}: play audio {{ trackStart.location }} at {{ trackStart.starts }} {% else %} {{ _('Next Start') }} {{ playlistStart }} {% endif %} |
---|---|---|
{{ _('Recorder Status') }} | {% if recorderState %}
{{ recorderState.file }}
|
{{ _('Next event') }}: record {{ recordStart.location }} at {{ recordStart.starts }} |