<%= render DS::Dialog.new do |dialog| %> <% dialog.with_header(title: t(".title")) %> <% dialog.with_body do %> <%= render "trades/form", model: @model, account: @account %> <% end %> <% end %>