{% extends "base.html" %} {% from "components/modal.html" import render_modal %} {% block extra_styles %} {% block utility_styles %}{% endblock %} {% endblock %} {% macro render_new_automation_form() %}

{{ _("Starts empty — build it through a conversation, then publish.") }}

{% endmacro %} {% macro automation_nav_list(automations) %} {% endmacro %} {% block content %}
{% block utility_content %}{% endblock %}
{# Shared across every utilities page so the sidebar's "New automation" works anywhere. #} {{ render_modal( 'newAutomationModal', _('New Automation'), url_for('automations_create'), render_new_automation_form, _('Create') ) }} {% endblock %}