<%# hash %>
<% hash.each do |key, value| %>
<%= key.to_s.humanize %>
<%= value %>
<% end %>