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