<% if params[:step] == "method_select" %> <%= render "accounts/new/method_selector", path: new_loan_path(return_to: params[:return_to]), show_us_link: @show_us_link, show_eu_link: @show_eu_link, accountable_type: "Loan" %> <% else %> <%= render DS::Dialog.new do |dialog| %> <% dialog.with_header(title: t(".title")) %> <% dialog.with_body do %> <%= render "loans/form", account: @account, url: loans_path %> <% end %> <% end %> <% end %>