{# Switchboard — live snapshot of operationally-interesting pipeline knobs. Sourced from helix_context.config.load_config() in the launcher process; the supervised helix shares the same helix.toml + cwd, so what you see here is what the next /context call will use. #}

Switchboard {% if state.switchboard.summary %} {{ state.switchboard.summary }} {% endif %}

{% if state.switchboard.error %}
Could not read switchboard config: {{ state.switchboard.error }}
{% else %}
{% for setting in state.switchboard.settings %}
{{ setting.label }} {% if setting.description %} {{ setting.description }} {% endif %}
{{ setting.value }}
{% endfor %}
{% endif %}