<% @title ||= collection_title %> <% attributes.each do |attribute_name| %> <% end %> <% collection.each do |row| %> <% attributes.each do |attribute_name| %> <% end %> <% end %>
<%= resource_attribute_human_name_for(attribute_name) %> 
<%= attribute_value_for(row, attribute_name) %><%= render_actions_for(row) %>