{# Sidebar component for experiment builder #}
{% if instrument %}
{% include 'components/actions_panel.html' %}
{% else %} {# select deck if this is online#} {% if off_line %} {% include 'components/deck_selector.html' %} {% endif %} {% include 'components/instruments_panel.html' %} {% endif %}