{% extends 'base.html' %}
{% block title %}IvoryOS | Design{% endblock %}
{% block body %}
{# overlay block for text-to-code gen #}
Generating design, please wait...
{# select deck if this is online#}
{% if 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 script.editing_type == "script" %}
{# Auto Fill Toggle #}
{% endif %}
{# according for instrument #}
{% if use_llm and not instrument == "flow_control" %}