<%= modal_form_wrapper title: t(".edit", account: @account.name) do %>
<%= render "form", account: @account, url: edit_account_form_url(@account) %>
<% end %>