<%= render "/admin/budget_groups/form", group: group, path: form_path, action: "create" %>
<% if next_step_path %>
<%= link_to t("admin.budgets_wizard.groups.continue"),
next_step_path,
class: "next-step" %>
<% else %>
<%= t("admin.budgets_wizard.groups.continue") %>
<% end %>