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