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