<%= render layout: "accounts/new/container", locals: { title: t(".title") } do %>
<%= render "account_type", accountable: Depository.new %> <%= render "account_type", accountable: Investment.new %> <%= render "account_type", accountable: Crypto.new %> <%= render "account_type", accountable: Property.new %> <%= render "account_type", accountable: Vehicle.new %> <%= render "account_type", accountable: CreditCard.new %> <%= render "account_type", accountable: Loan.new %> <%= render "account_type", accountable: OtherAsset.new %> <%= render "account_type", accountable: OtherLiability.new %> <% unless params[:return_to].present? %> <%= button_to imports_path(import: { type: "AccountImport" }), data: { turbo_frame: :_top }, class: "flex items-center gap-4 w-full text-center focus:outline-none focus:bg-alpha-black-25 hover:bg-alpha-black-25 border border-transparent block px-2 rounded-lg p-2" do %> <%= lucide_icon("download", style: "color: #F79009", class: "w-5 h-5") %> <%= t("accounts.new.import_accounts") %> <% end %> <% end %>
<% end %>