{# GET /admin/logic/new — crate::pages::add_logic::ui::AddLogicPage #} {% extends "ui/form_page.html" %} {% import "ui/alert.html" as alert %} {% block title %}Add logic{% endblock %} {% block eyebrow %}Computed column{% endblock %} {% block heading %}Add logic{% endblock %} {% block lead %}

Create or update a Steel script through the existing table-script service.

{% endblock %} {% block form %}
{%- if let Some(message) = page.error %}{% call alert::error("Could not save the logic", message) %}{% endcall %}{% endif -%}
Cancel
{% endblock %}