<%- attributes.each do |attribute| -%>
<%= attribute.human_name %>:
<%%= @<%= singular_table_name %>.<%= attribute.name %> %>
<%- end -%>