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

<b><%= attribute.human_name %>:</b>
<%%= <%= attribute.name %> %>

</p>

<% end -%>

<a href=“#/index”>Back</a>