<%= t 'change_email.authorizing_old.almost_done_description' %>
<% elsif @error %>
<% if @change_request&.old_email %>
<%= t 'change_email.authorizing_old.description' %>
<%= t 'change_email.authorizing_old.old_email', email: @from_email %>
<%= t 'change_email.authorizing_old.new_email', email: @to_email %>
<% else %>
<%= t 'change_email.authorizing_old.description_add' %>
<%= @to_email %>
<% end %>