<% @resource.attributes.each do |key, value| %>
<%= @resource_class.human_attribute_name key %>
<%= value %>
<% end %>