Session Status

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

{% if snapshot.error %}
{{ snapshot.error }}
{% endif %} {% if snapshot.armed_topic %}
Armed: {{ snapshot.armed_topic.course_slug }} / {{ snapshot.armed_topic.section_name }} / {{ snapshot.armed_topic.topic_name }}
{% 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" %}