List <%= pluralized_model_name.humanize %>

ID
{{id}}
<% attributes.each do |attribute| -%>
<%= attribute.humanize %>
{{<%= attribute %>}}
<% end -%>