<%# locals: (error_message:, return_path:) %> <%= turbo_frame_tag "modal" do %> <%= render DS::Dialog.new do |dialog| %> <% dialog.with_header(title: t(".title")) %> <% dialog.with_body do %>
<%= render DS::Alert.new( title: t(".unable_to_connect"), message: error_message, variant: :error ) %>

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

<%= render DS::Link.new( text: t(".check_provider_settings"), href: settings_providers_path, variant: :primary, data: { turbo: false } ) %>
<% end %> <% end %> <% end %>