<%%= notice %>
<% attributes.each do |attribute| -%><%= attribute.human_name %>: <%%= @<%= class_name.split('::').last.underscore.downcase %>.<%= attribute.name %> %>
<% end -%> <%%= link_to "#{t('labels.back_to')}#{t('model.list', :model => <%= class_name.split('::').last %>)}", <%= index_helper %>_path %>