%= render DS::Dialog.new(frame: "drawer") do |dialog| %> <% dialog.with_header(hide_close_icon: true) do %>
<%= t(".no_security_provider") %>
<% end %><%= t("holdings.cost_basis_cell.set_cost_basis_header", ticker: @holding.ticker, qty: format_quantity(@holding.qty)) %>
= <%= currency.symbol %><%= number_with_precision(current_per_share, precision: 2) || "0.00" %> <%= t("holdings.cost_basis_cell.per_share") %>
<%= l(trade_entry.date, format: :long) %>
<%= t( ".trade_history_entry", qty: trade_entry.trade.qty, security: trade_entry.trade.security.ticker, price: trade_entry.trade.price_money.format ) %>
<%= t(".no_trade_history") %>
<% end %><%= t(".provider_sent", ticker: @holding.provider_security.ticker) %>
<%= t(".cost_basis_locked_description") %>
<%= t(".delete_subtitle") %>