{% extends 'base.html' %}
{% block title %}HEIN LAB | Workflow Builder{% endblock %}
{% block body %}
Please wait...
{# select deck if this is online#}
{% if not off_line %}
{% endif %}
{# edit action #}
{% if session["edit_action"] %}
{% with action = session["edit_action"] %}
{{ format_name(action['action']) }}
{% endwith %}
{% elif instrument %}
{{ format_name(instrument) }}
{% if instrument in ['if' , 'while' , 'variable' ,'wait'] %}
{# form for builtin functions #}
{% else %}
{# Auto Fill Toggle #}
{# according for instrument #}
{% if use_llm %}
{% endif %}
{% for name, form in forms.items() %}
{% endfor %}
{% endif %}
{# according for all actions #}
{% else %}
{% for instrument in ['if', 'while', 'variable', 'wait'] %}