List <%= pluralized_model_name.humanize %> | Show <%= model_name.humanize %> | Edit <%= model_name.humanize %>

Are you sure you want to delete that <%= model_name.humanize %>?

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