<%= render DS::Dialog.new do |dialog| %> <% dialog.with_header(title: t(".title")) %> <% dialog.with_body do %> <%= render "vehicles/form", account: @account, url: vehicles_path(return_to: params[:return_to]) %> <% end %> <% end %>