{# Instrument panel component #}
{{ format_name(instrument) }}
{% if script.editing_type == "script" %} {# Auto Fill Toggle #} {% include 'components/autofill_toggle.html' %} {% endif %} {# accordion for instrument #}
{% if use_llm and not instrument == "flow_control" %} {% include 'components/text_to_code_panel.html' %} {% endif %} {% for name, form in forms.items() %} {% include 'components/action_form.html' %} {% endfor %}