<% category_presenters.each do |category_presenter| %>

<%= link_to [@district, @school, category_presenter, { year: @academic_year.range }] do %> <%= category_presenter.name %> <% end %>

<%= category_presenter.short_description %>

<%= render partial: 'harvey_scorecard', collection: category_presenter.harvey_scorecard_presenters(school: @school, academic_year: @academic_year) %>
<% end %>