Session Status

State: {{ snapshot.state.value }}   OBS: {% if snapshot.obs_connected %} connected

{% else %} disconnected
{% endif %}

{% if snapshot.error %}
{{ snapshot.error }}
{% endif %} {% if snapshot.armed_deck %}
Armed: {{ snapshot.armed_deck.course_slug }} / {{ snapshot.armed_deck.section_name }} / {{ snapshot.armed_deck.deck_name }} {% if snapshot.armed_deck.part_number > 0 %} ({% if snapshot.armed_deck.lang == 'de' %}Teil{% else %}part{% endif %} {{ snapshot.armed_deck.part_number }}) {% endif %}
{% endif %} {% if snapshot.last_output %}

Last output: {{ snapshot.last_output }}

{% endif %}

File Watcher

Status: {% if watcher_running %} running {% else %} stopped {% endif %}   Mode: {{ watcher_mode }}

{% if watcher_running %}
{% else %}
{% endif %}
{% include "partials/pairs.html" %}