%= render DS::Dialog.new do |dialog| %> <% dialog.with_header(title: t(".title")) %> <% dialog.with_body do %>
<%= t(".warning_title") %>
<%= t(".warning_description") %>
<%= @transaction.entry.name %>
<%= @transaction.entry.account.name %> • <%= I18n.l(@transaction.entry.date, format: :long) %> • <%= number_to_currency(@transaction.entry.amount.abs, unit: Money::Currency.new(@transaction.entry.currency).symbol) %>
<%= t(".showing_range", start: @range_start, end: @range_end) %>
<%= t(".no_candidates") %>