%= content_for :page_title, t(".page_title") %> <%= settings_section title: t(".success_title"), subtitle: t(".success_description") do %>
<%= t(".key_ready", name: @api_key.name) %>
<%= t(".copy_store_securely") %>
<%= @api_key.plain_key %>
<%= render DS::Button.new(
text: t(".copy_key"),
variant: "ghost",
icon: "copy",
data: { action: "clipboard#copy" }
) %>
<%= t(".security_note_body") %>
<% end %><%= t("settings.api_keys.show.current_api_key.usage_instructions", product_name: product_name) %>