<%%= notice %>

<% attributes.each do |attribute| -%>

<%= attribute.human_name %>: <%%= @<%= singular_table_name %>.<%= attribute.name %> %>

<% end -%> <%%= link_to_edit @<%= singular_table_name %> %> | <%%= link_to_index <%= class_name %> %> | <%%= link_to_back %>