Session Status
State: {{ snapshot.state.value }} OBS: {% if snapshot.obs_connected %} connected
{% else %} disconnected {% endif %}{{ 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 }}