{% 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 %}
⚠️ Note: Real-time progress tracking in this demo is currently not working. The system may report busy if multiple runs are initiated.
Workflow will still work, results can be tracked via the Data tab.
{% include 'components/run_panel.html' %} {% include 'components/progress_panel.html' %} {% include 'components/logging_panel.html' %}
{# Include error modal #} {% include 'components/error_modal.html' %} {% endblock %}