<%# Placeholder until we have a real form schema %> <% sections = { "About the household" => ["Household characteristics", "Household situation", "Household needs"], "Tenancy and property information" => ["Tenancy information", "Property information"], "Rent and charges" => ["Income & benefits", "Rent"], "Local Authority" => ["Local authority"], "Submission" => ["Declaration"] } %>
    <% sections.map do |section, subsections| %>
  1. <%= section %>

  2. <% end %>