% title = "Collection resources" %>
<% content_for :title, title %>
<% content_for :before_content do %>
<%= govuk_back_link(href: :back) %>
<% end %>
<%= title %>
<% @mandatory_lettings_collection_resources_per_year.each do |year, mandatory_resources| %>
Lettings <%= text_year_range_format(year) %>
<%= render partial: "collection_resource_summary_list", locals: { mandatory_resources: } %>
<% end %>
<% @mandatory_sales_collection_resources_per_year.each do |year, mandatory_resources| %>
Sales <%= text_year_range_format(year) %>
<%= render partial: "collection_resource_summary_list", locals: { mandatory_resources: } %>
<% end %>