%= turbo_frame_tag "modal" do %>
<%= render DS::Dialog.new do |dialog| %>
<% dialog.with_header(title: t(".title")) %>
<% dialog.with_body do %>
<%= icon "check-circle", size: "sm", color: "success", class: "mt-0.5" %>
<%= t(".message") %>
<%= t(".description") %>
<%= render DS::Link.new(text: t(".close"), href: accounts_path, variant: :primary, data: { turbo_frame: "_top" }) %>
<% end %>
<% end %>
<% end %>