<% if single_heading? %>
<%= content %>
<% else %>
<%= content %>
<% if next_step_path %>
<%= link_to t("admin.budgets_wizard.#{i18n_namespace}.continue"),
next_step_path,
class: "next-step" %>
<% else %>
<%= t("admin.budgets_wizard.#{i18n_namespace}.continue") %>
<% end %>
<% end %>