% for attribute in attributes -%>
<%= attribute.column.human_name %>: <%%=h @<%= singular_name %>.<%= attribute.name %> %>
<% end -%> <% for attachment in attachments -%>
<%= attachment.capitalize %>:
<%%= link_to @<%= singular_name %>.<%= attachment%>_file_name, @<%= singular_name %>.<%= attachment%>.url %>