{# Operations panel component #}
    {% for instrument in defined_variables %} {% endfor %}
{% if block_variables %}
    {% for category in block_variables %} {% endfor%}
{% endif %} {% if local_variables %}
    {% for instrument in local_variables %} {% endfor%}
{% endif %}