System

{{ _('Load') }} {{ _('Free Space') }}
{{ load }} {{ diskfree }}

{{ _('Modules') }}

{% for state in componentStates %}

{{ state.title }}

{% if state.state %} {{ state.title }} is alive {% else %} {{ state.title }} is down {% endif %}

{% endfor %}
{{ _('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 }}
{{ recorderState.recorded }}%
{% else %} {{ _('Not recording') }} {% endif %}
{{ _('Next event') }}: record {{ recordStart.location }} at {{ recordStart.starts }}