<% @stats.each do |year, stats| %>

<%= year %>

<% stats.each do |stat| %> <%= render stat %> <% end %>
<% end %>