<%= index_title %>

<% Aruba::Reporting.reports.keys.sort{|f1, f2| f1.title <=> f2.title}.each do |feature| -%>

<%= feature.title %>

<% end -%>