{% extends 'base.html' %} {% block title %}IvoryOS | Design execution{% endblock %} {% block body %} {% if no_deck_warning and not dismiss %} {# auto pop import when there is no deck#} {% endif %}

{% if script['script'] or script['prep'] or script['cleanup'] %}

Control panel:

{# {% if not no_deck_warning%}#}
{# {% endif %}#}

Control with csv config:

Current configure: {{ filename }}

{#
  • #} empty config
    {#Preview config file#}
    {% if config_preview %} {% for line in config_preview[0].keys() %} {% endfor %} {% for line in config_preview %} {% for i in line.values() %} {% endfor %} {% endfor %}
    {{ line }}
    {{ i }}
    {% else %} Empty config file {% endif %}
    {% if filename and not no_deck_warning %}
    {% endif %}

    Parameters:

    {% for config in config_list %}

    {{config}}:
    {#
    #} {# #} {#
    #}
    {#
    #} {# #} {#
    #}
    {% endfor %}

    Objective:

    {% for objective in return_list %}

    {{objective}}:
    {#
    #} {# #} {#
    #}
    {#
    #} {# #} {#
    #} {#
    #} {# #} {#
    #}
    {% endfor %}

    Budget:

    {% if not no_deck_warning%}
    {% endif %}

    Control panel:

    {% for column in config_list %} {% endfor %}
    {{ column }}

    Progress:
    {% for stype, script in line_collection.items() %}
    {{ stype }}:
    {% for code in script %}
    {{code}}
    {% endfor %} {% endfor %}

    Progress:
    Note: The current step cannot be paused or stopped until it completes.

    Log:

    {% endif %}

    {% if session["most_recent_result"] %}

    Download the latest data

    {% endif %}

    All data files
    {% for datafile in data_list %}
    {{ datafile }}
    {% endfor %}

    {% set labels = { 'prep': 'Preparation:', 'script': 'Experiment:', 'cleanup': 'Clean up:' } %} {% for key, buttons in design_buttons.items() %} {% if buttons %}
    {{labels[key]}}
      {% for button in buttons %}
    • {% endfor %}
    {% endif %} {% endfor %}

    {% for stype, script in dot_py.items() %}
    {{script}}
    {% endfor %} Download
    {% endblock %}