{# Sidebar component for experiment builder #}
{# select deck if this is online#} {% if off_line %} {% include 'components/deck_selector.html' %} {% endif %} {# edit action #} {% if session["edit_action"] %} {% include 'components/edit_action_form.html' %} {% elif instrument %} {% include 'components/instrument_panel.html' %} {% else %} {% include 'components/operations_panel.html' %} {% endif %}