<%= turbo_frame_tag "modal" do %> <%= render DS::Dialog.new do |dialog| %> <% dialog.with_header(title: t(".title")) %> <% dialog.with_body do %>
<%= icon("alert-circle", class: "text-warning w-5 h-5 shrink-0 mt-0.5") %>

<%= t(".api_token_not_configured") %>

<%= t(".api_token_description") %>

<%= t(".setup_steps_title") %>

  1. <%= t(".setup_step_1_html") %>
  2. <%= t(".setup_step_2_html") %>
  3. <%= t(".setup_step_3") %>
  4. <%= t(".setup_step_4") %>
<%= render DS::Link.new( text: t(".go_to_provider_settings"), href: settings_providers_path, variant: :primary, data: { turbo: false } ) %>
<% end %> <% end %> <% end %>