<%= ts("Statistics") %>

<%= ts('Navigation and Sorting') %>

<%= render "stats/navigation" %>
    <% @years.each do |year| %>
  1. <% if @current_year == year %> <%= year %> <% else %> <%= link_to year, current_path_with(year: year) %> <% end %>
  2. <% end %>

<%= ts("Totals") %>

<%= render_chart(@chart, 'stat_chart') %>

<%= ts('View Sorting and Actions') %>

<%= ts('Listing Statistics') %>